Skip to content

Commit 1b7b3dc

Browse files
authored
upload version file
1 parent fdfe373 commit 1b7b3dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
name: AppImage
3333
path: 'dist'
3434

35+
- name: Upload version file
36+
uses: actions/upload-artifact@v4.6.1
37+
with:
38+
name: version
39+
path: ~/version
3540

3641
release:
3742
needs: [build]

0 commit comments

Comments
 (0)