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 6f57e34 commit b17a9f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ 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
path: |
/minisatip_x64.zip
/minisatip_arm.zip
/minisatip_axe.zip
/minisatip_mips.zip
- name: Bump version and push tag/create release point
uses: anothrNick/github-tag-action@1.35.0
Expand Down

0 comments on commit b17a9f0

Please sign in to comment.