File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 77 - release
88 tags-ignore :
99 - " *"
10+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
11+ paths :
12+ - " src/**"
13+ - " .github/workflows/build-appimage.yml"
1014
1115defaults :
1216 run :
@@ -92,14 +96,13 @@ jobs:
9296 ls -hal *.AppImage
9397 find -iname "*.AppImage"
9498 pwd
95-
9699 - name : " 📤 Upload artifact: AppImage"
97- uses : actions/upload-artifact@v3
100+ uses : actions/upload-artifact@v4
98101 with :
99102 name : ${{env.EXECUTABLE}}-x86_64.AppImage
100103 path : src/${{env.EXECUTABLE}}-x86_64.AppImage
101104 - name : " 📤 Upload artifact: AppImage sha256sum"
102- uses : actions/upload-artifact@v3
105+ uses : actions/upload-artifact@v4
103106 with :
104107 name : ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
105108 path : src/${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
You can’t perform that action at this time.
0 commit comments