mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Change stage install step to use portable folder
This commit is contained in:
committed by
GitHub
parent
2e5454e872
commit
13863270bf
8
.github/workflows/windows-arm64-msys2.yml
vendored
8
.github/workflows/windows-arm64-msys2.yml
vendored
@@ -65,16 +65,14 @@ jobs:
|
||||
export PATH="/clangarm64/bin:$PATH"
|
||||
ninja -C build test
|
||||
|
||||
- name: Stage install (portable zip)
|
||||
- name: Stage install (portable folder)
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
export PATH="/clangarm64/bin:$PATH"
|
||||
rm -rf package
|
||||
DESTDIR="$PWD/package" ninja -C build install
|
||||
cd package
|
||||
bsdtar -acf ../zoitechat-windows-arm64.zip .
|
||||
cd ..
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zoitechat-windows-arm64
|
||||
path: zoitechat-windows-arm64.zip
|
||||
path: package/**
|
||||
|
||||
Reference in New Issue
Block a user