Skip to content

Commit d2c23f6

Browse files
committed
appimage: disable artifact because of github problems
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent a15751e commit d2c23f6

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/workflows/build-appimage.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
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

1115
defaults:
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

0 commit comments

Comments
 (0)