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 d05ca40 commit 6981ff0Copy full SHA for 6981ff0
.github/workflows/package.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build package
18
run: ./package.sh linux
19
- name: Archive package
20
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
21
with:
22
name: linux
23
path: '*.AppImage'
@@ -34,7 +34,7 @@ jobs:
34
# NOTE: Github actions fuck up Docker's ENTRYPOINT, hence this atrocity
35
run: set +e; cd /opt/quasi-msys2/env; . /opt/quasi-msys2/env/all.src; cd -; WINEPATH="Z:/ucrt64/bin;C:/Program Files (x86)/NSIS" PKG_CONFIG_PATH="Z:/ucrt64/lib/pkgconfig" CC=gcc-wrapper wine busybox sh -c 'export HOME="C:/users/root"; ./package.sh windows'
36
37
38
39
name: windows
40
path: '*.exe'
0 commit comments