Skip to content

Commit

Permalink
Update release-zip.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds authored Dec 22, 2023
1 parent dd2e7bd commit 1d84be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
ARCH: 'x64'
OUT_ZIP: 'Alpine.zip'
LNCR_EXE: 'alpine-3.19.0.exe'
run: cd src_x64 && make -j$(nproc) -e && mv Alpine.zip .
run: cd src_x64 && make -j$(nproc) -e && mv Alpine.zip ../
- name: Build Zip ARM64
env:
ARCH: 'arm64'
OUT_ZIP: 'Alpine_arm64.zip'
LNCR_EXE: 'alpine_arm64-3.19.0.exe'
run: cd src_arm64 && make -j$(nproc) -e && mv Alpine_arm64.zip .
run: cd src_arm64 && make -j$(nproc) -e && mv Alpine_arm64.zip ../
- name: Upload a Build Artifact x64
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 1d84be3

Please sign in to comment.