Skip to content

Commit a202924

Browse files
committed
Update AppImage workflow
1 parent ccc5564 commit a202924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-appimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
setup:
10+
delete-old-nightly-release:
1111
env:
1212
GH_TOKEN: ${{ github.token }}
1313

@@ -17,9 +17,9 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Delete old nightly release
20-
run: gh release delete nightly --cleanup-tag --yes
20+
run: gh release delete nightly --cleanup-tag --yes | true
2121

22-
build:
22+
build-appimage:
2323
runs-on: ubuntu-24.04
2424
container: archlinux:latest
2525

0 commit comments

Comments
 (0)