diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 06:09:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 06:09:58 +0000 |
commit | 37c8b5f807a255fe687af72d36717cc0054e0728 (patch) | |
tree | db1f3f4416b2ac810e89d2d8dd6e0d9867546e1b /extensions/45/hibernate-status/.github/workflows | |
parent | Adding gnome-shell version 46 in 45/disable-workspace-switcher metadata.json. (diff) | |
download | gnome-shell-extensions-extra-37c8b5f807a255fe687af72d36717cc0054e0728.tar.xz gnome-shell-extensions-extra-37c8b5f807a255fe687af72d36717cc0054e0728.zip |
Renaming extensions subdirectory for GNOME 46.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/45/hibernate-status/.github/workflows')
-rw-r--r-- | extensions/45/hibernate-status/.github/workflows/release.yaml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/extensions/45/hibernate-status/.github/workflows/release.yaml b/extensions/45/hibernate-status/.github/workflows/release.yaml deleted file mode 100644 index 80138f9..0000000 --- a/extensions/45/hibernate-status/.github/workflows/release.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: "Prepare GitHub release" - -on: - push: - -jobs: - zip: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: zip - run: | - sudo apt-get install make gettext - make zip-file - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: zip - path: "*.zip" - - name: Release (pre) - uses: softprops/action-gh-release@v1 - with: - files: "*.zip" - prerelease: true - if: contains(github.ref_name,'rc') && github.ref_type == 'tag' - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: "*.zip" - if: "!contains(github.ref_name,'rc') && github.ref_type == 'tag'" |