Skip to content

Commit

Permalink
Upload built binaries as artifacts so PRs can be tested more easily
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Apr 17, 2024
1 parent e0de5c5 commit b43bc0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
make EXTRA_CFLAGS="-I/sysroot/mipsel/include -L/sysroot/mipsel/lib" EMBEDDED=1
zip -9 -r /minisatip_mips.zip minisatip html
- name: Archive built binaries
uses: actions/upload-artifact@v4
with:
name: minisatip.zip
path: /minisatip*zip

- name: Bump version and push tag/create release point
uses: anothrNick/[email protected]
Expand Down

0 comments on commit b43bc0b

Please sign in to comment.