We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbeb24 commit afd4369Copy full SHA for afd4369
.github/workflows/publish-artifacts.yml
@@ -13,7 +13,7 @@ jobs:
13
publish:
14
name: Publish artifacts of build
15
runs-on: ubuntu-latest
16
- if: github.repository == 'bytecodealliance/wasmtime'
+ if: github.repository == 'bytecodealliance/wasmtime' || github.repository == 'bytecodealliance/wasmtime-rr-prototyping'
17
steps:
18
- uses: actions/checkout@v4
19
- uses: ./.github/actions/fetch-run-id
0 commit comments