Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Conway <[email protected]>
  • Loading branch information
nektro and dylan-conway authored Oct 29, 2024
1 parent 6baeca8 commit 6db6e86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 90
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs:
- linux
- macos
Expand Down Expand Up @@ -400,18 +400,18 @@ jobs:
${{runner.temp}}/bun-webkit-linux-amd64-debug.tar.gz
${{runner.temp}}/bun-webkit-linux-arm64-debug.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-musl-debug.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-musl-debug.tar.gz
${{runner.temp}}/bun-webkit-linux-arm64-musl-debug.tar.gz
${{runner.temp}}/bun-webkit-macos-arm64-debug.tar.gz
${{runner.temp}}/bun-webkit-macos-amd64-debug.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64.tar.gz
${{runner.temp}}/bun-webkit-linux-arm64.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-musl.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-musl.tar.gz
${{runner.temp}}/bun-webkit-linux-arm64-musl.tar.gz
${{runner.temp}}/bun-webkit-macos-arm64.tar.gz
${{runner.temp}}/bun-webkit-macos-amd64.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-lto.tar.gz
${{runner.temp}}/bun-webkit-linux-arm64-lto.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-musl-lto.tar.gz
${{runner.temp}}/bun-webkit-linux-amd64-musl-lto.tar.gz
${{runner.temp}}/bun-webkit-linux-arm64-musl-lto.tar.gz
${{runner.temp}}/bun-webkit-windows-amd64.tar.gz
${{runner.temp}}/bun-webkit-windows-amd64-debug.tar.gz

0 comments on commit 6db6e86

Please sign in to comment.