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 c9169ca commit 61f699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ARCH: 'arm64'
OUT_ZIP: 'Alpine_arm64.zip'
LNCR_EXE: 'alpine_arm64-3.19.0.exe'
run: make -j$(nproc)
run: rm -rf rootfs && make -j$(nproc)
- name: Upload a Build Artifact x64
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 61f699c

Please sign in to comment.