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.
2 parents 3cbeb24 + afd4369 commit 0c00fd8Copy full SHA for 0c00fd8
.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