Skip to content

Commit 6981ff0

Browse files
committed
Yet another CI fix
1 parent d05ca40 commit 6981ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build package
1818
run: ./package.sh linux
1919
- name: Archive package
20-
uses: actions/upload-artifact@v3
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: linux
2323
path: '*.AppImage'
@@ -34,7 +34,7 @@ jobs:
3434
# NOTE: Github actions fuck up Docker's ENTRYPOINT, hence this atrocity
3535
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'
3636
- name: Archive package
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: windows
4040
path: '*.exe'

0 commit comments

Comments
 (0)