Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
ci: fix release symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 31, 2023
1 parent 948fe93 commit 753a3a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir -p release;
cd unpkg
for NAME in ${PKGS}; do
zip -r ../release/${NAME}.zip ${NAME}
zip -r -y ../release/${NAME}.zip ${NAME}
done
cd ..
Expand Down
1 change: 1 addition & 0 deletions assets/MAA1999
Submodule MAA1999 added at 88cd3b
1 change: 1 addition & 0 deletions assets/bbb
Submodule bbb added at cea1de

0 comments on commit 753a3a7

Please sign in to comment.