We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21f302 commit 90a523bCopy full SHA for 90a523b
.github/workflows/blank.yml
@@ -33,13 +33,13 @@ jobs:
33
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
34
35
- name: Upload artifact
36
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
37
with:
38
name: AppImage
39
path: 'dist'
40
41
- name: Upload version file
42
43
44
name: version
45
path: ~/version
0 commit comments