mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 05:00:19 +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"
|
export PATH="/clangarm64/bin:$PATH"
|
||||||
ninja -C build test
|
ninja -C build test
|
||||||
|
|
||||||
- name: Stage install (portable zip)
|
- name: Stage install (portable folder)
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
export PATH="/clangarm64/bin:$PATH"
|
export PATH="/clangarm64/bin:$PATH"
|
||||||
|
rm -rf package
|
||||||
DESTDIR="$PWD/package" ninja -C build install
|
DESTDIR="$PWD/package" ninja -C build install
|
||||||
cd package
|
|
||||||
bsdtar -acf ../zoitechat-windows-arm64.zip .
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: zoitechat-windows-arm64
|
name: zoitechat-windows-arm64
|
||||||
path: zoitechat-windows-arm64.zip
|
path: package/**
|
||||||
|
|||||||
Reference in New Issue
Block a user