Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 20, 2023
1 parent 3438888 commit 05b5454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
publish:
name: Publish artifacts of build
runs-on: ubuntu-latest
if: github.repository == 'bytecodealliance/wasmtime'
#if: github.repository == 'bytecodealliance/wasmtime'
steps:
- uses: actions/checkout@v3
- run: |
sha=${{ github.sha }}
sha=34388885afdf5bb1d7cebb025242ad6de3286f72
run_id=$(
gh api -H 'Accept: application/vnd.github+json' \
/repos/${{ github.repository }}/actions/workflows/main.yml/runs\?exclude_pull_requests=true \
Expand Down

0 comments on commit 05b5454

Please sign in to comment.