Skip to content

Commit dce3540

Browse files
committed
Fix and improve release creation
1 parent 1e44344 commit dce3540

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ jobs:
4545

4646

4747
upload:
48-
needs: [build]
48+
name: Create release and upload artifacts
49+
needs:
50+
- build
4951
runs-on: ubuntu-latest
50-
5152
steps:
52-
- name: Download Artifacts
53+
- name: Download artifacts
5354
uses: actions/download-artifact@v2
5455
- name: Inspect directory after downloading artifacts
5556
run: ls -alFR
@@ -59,5 +60,4 @@ jobs:
5960
run: |
6061
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
6162
chmod +x pyuploadtool-x86_64.AppImage
62-
./pyuploadtool-x86_64.AppImage **/appimagetool*.AppImage*
63-
63+
./pyuploadtool-x86_64.AppImage **/appimagetool*.AppImage **/AppRun*

0 commit comments

Comments
 (0)