mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Try again
This commit is contained in:
1
.github/workflows/bun-linux-build.yml
vendored
1
.github/workflows/bun-linux-build.yml
vendored
@@ -131,6 +131,7 @@ jobs:
|
||||
replacesArtifacts: true
|
||||
generateReleaseNotes: true
|
||||
artifactErrorsFailBuild: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: "Canary (${{github.sha}})"
|
||||
tag: "canary"
|
||||
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
|
||||
|
||||
1
.github/workflows/bun-mac-aarch64.yml
vendored
1
.github/workflows/bun-mac-aarch64.yml
vendored
@@ -349,6 +349,7 @@ jobs:
|
||||
replacesArtifacts: true
|
||||
generateReleaseNotes: true
|
||||
artifactErrorsFailBuild: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: "Canary (${{github.sha}})"
|
||||
tag: "canary"
|
||||
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
|
||||
|
||||
1
.github/workflows/bun-mac-x64-baseline.yml
vendored
1
.github/workflows/bun-mac-x64-baseline.yml
vendored
@@ -346,6 +346,7 @@ jobs:
|
||||
replacesArtifacts: true
|
||||
generateReleaseNotes: true
|
||||
artifactErrorsFailBuild: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: "Canary (${{github.sha}})"
|
||||
tag: "canary"
|
||||
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
|
||||
|
||||
1
.github/workflows/bun-mac-x64.yml
vendored
1
.github/workflows/bun-mac-x64.yml
vendored
@@ -347,6 +347,7 @@ jobs:
|
||||
replacesArtifacts: true
|
||||
generateReleaseNotes: true
|
||||
artifactErrorsFailBuild: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: "Canary (${{github.sha}})"
|
||||
tag: "canary"
|
||||
artifacts: "${{runner.temp}}/release/bun-${{matrix.tag}}.zip,${{runner.temp}}/release/bun-${{matrix.tag}}-profile.zip"
|
||||
|
||||
Reference in New Issue
Block a user