Skip to content

Commit fb7493f

Browse files
authored
Merge pull request #14 from OpenIPC/github
Move release files to archive
2 parents 3e06846 + fc18b3d commit fb7493f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
list="arm-musl arm-muslhf arm-glibc mips-musl"
2121
for lib in $list; do
2222
sh build.sh $lib
23-
mv divinus divinus-$lib
23+
zip $lib divinus*
2424
done
2525
2626
- name: Upload
2727
if: github.event_name != 'pull_request'
2828
uses: softprops/action-gh-release@v2
2929
with:
3030
tag_name: latest
31-
files: divinus-*
31+
files: ./*.zip

0 commit comments

Comments
 (0)