Skip to content

Commit b5cb6cb

Browse files
authored
Update release-zip.yaml
1 parent b8b18fe commit b5cb6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-zip.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
ARCH: 'x64'
2323
OUT_ZIP: 'Alpine.zip'
2424
LNCR_EXE: 'alpine-3.19.0.exe'
25-
run: cd src_x64 && make -j$(nproc) && mv Alpine.zip ..
25+
run: cd src_x64 && make -j$(nproc)
2626
- name: Build Zip ARM64
2727
shell: bash
2828
env:
2929
ARCH: 'arm64'
3030
OUT_ZIP: 'Alpine_arm64.zip'
3131
LNCR_EXE: 'alpine_arm64-3.19.0.exe'
32-
run: cd ../src_arm64 && make -j$(nproc) && mv Alpine_arm64.zip ..
32+
run: cd src_arm64 && make -j$(nproc)
3333
- name: Upload a Build Artifact x64
3434
uses: actions/upload-artifact@main
3535
with:

0 commit comments

Comments
 (0)