Skip to content

Commit

Permalink
Move release files to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Jun 2, 2024
1 parent d8a09f2 commit fc18b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
list="arm-musl arm-muslhf arm-glibc mips-musl"
for lib in $list; do
sh build.sh $lib
mv divinus divinus-$lib
zip $lib divinus*
done
- name: Upload
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: divinus-*
files: ./*.zip

0 comments on commit fc18b3d

Please sign in to comment.