Skip to content

Commit

Permalink
Focus to current run for donloading assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 27, 2024
1 parent 3624113 commit a5c1f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- name: Dowbload prebuild assets
run: |
gh run download
gh run download '${{ github.run_id }}'
tree
- name: Release
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
bundler-cache: false # Don't enable while using .bundle/config. See https://github.com/kachick/rspec-matchers-power_assert_matchers/issues/223#issuecomment-2562853948
- name: Dowbload prebuild assets
run: |
gh run download
gh run download '${{ github.run_id }}'
tree
- name: Inspect the gem
run: |
Expand Down

0 comments on commit a5c1f41

Please sign in to comment.