File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
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 :
@@ -93,13 +97,13 @@ jobs:
9397 find -iname "*.AppImage"
9498 pwd
9599
96- - name : " 📤 Upload artifact: AppImage"
97- uses : actions/upload-artifact@v3
98- with :
99- name : ${{env.EXECUTABLE}}-x86_64.AppImage
100- path : src/${{env.EXECUTABLE}}-x86_64.AppImage
101- - name : " 📤 Upload artifact: AppImage sha256sum"
102- uses : actions/upload-artifact@v3
103- with :
104- name : ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
105- path : src/${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
100+ # - name: "📤 Upload artifact: AppImage"
101+ # uses: actions/upload-artifact@v3
102+ # with:
103+ # name: ${{env.EXECUTABLE}}-x86_64.AppImage
104+ # path: src/${{env.EXECUTABLE}}-x86_64.AppImage
105+ # - name: "📤 Upload artifact: AppImage sha256sum"
106+ # uses: actions/upload-artifact@v3
107+ # with:
108+ # name: ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
109+ # path: src/${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
You can’t perform that action at this time.
0 commit comments