Skip to content

Commit afd4369

Browse files
committed
Publish dev artifacts from CI
Helps get some binaries to test with
1 parent 3cbeb24 commit afd4369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish:
1414
name: Publish artifacts of build
1515
runs-on: ubuntu-latest
16-
if: github.repository == 'bytecodealliance/wasmtime'
16+
if: github.repository == 'bytecodealliance/wasmtime' || github.repository == 'bytecodealliance/wasmtime-rr-prototyping'
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: ./.github/actions/fetch-run-id

0 commit comments

Comments
 (0)