Skip to content

Commit

Permalink
test-build-mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jun 25, 2024
1 parent 07fe071 commit 0d905d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/busybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
workflow: ${{ github.workflow }}
tool_version: '1.37.0-FRP-5398'
prepare_body: |
cat ./test-windows.md >> body.md
bsdtar -Oxf ./build-musl/build-musl.tar.gz build-musl.md >> body.md
cat ./build-mingw/test-windows.md >> body.md
bsdtar -Oxf ./build-mingw/build-mingw.tar.gz build-mingw.md >> body.md
bsdtar -Oxf ./build-musl/build-musl.tar.gz build-musl.md >> body.md
artifacts: ./build-musl/build-musl.tar.gz, ./build-mingw/build-mingw.tar.gz
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d905d0

Please sign in to comment.