We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce8f0c commit 8c064fdCopy full SHA for 8c064fd
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
mv bin/Misstrhortion out/bin/
26
mv bin/* out/lib/
27
tar -caf build.tar.gz out/*
28
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
29
with:
30
name: Misstrhortion-${{ steps.commit.outputs.short }}-x86_64-linux.tar.gz
31
path: build/build.tar.gz
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
cpack -G NSIS
61
cpack -G ZIP
62
63
64
name: Misstrhortion-${{ steps.commit.outputs.short }}-x86_64-windows.exe
65
path: build/Misstrhortion-*-win64.exe
0 commit comments