Skip to content

Commit

Permalink
Merge pull request #14 from OpenIPC/github
Browse files Browse the repository at this point in the history
Move release files to archive
  • Loading branch information
wberube authored Jun 2, 2024
2 parents 3e06846 + fc18b3d commit fb7493f
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 fb7493f

Please sign in to comment.