Skip to content

Commit

Permalink
Ensure downloading assets from current run with CLI arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 9, 2025
1 parent 1cc68d2 commit dec221d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh run download
gh run download '${{ github.run_id }}'
tree
dprint --version
dprint output-file-paths --config=dprint-dogfooding.json "--plugins=${PWD}/plugins/dprint_plugin_typstyle.wasm"
Expand All @@ -96,7 +96,7 @@ jobs:
# Required to checkout for gh command
- uses: actions/checkout@v4
- run: |
gh run download
gh run download '${{ github.run_id }}'
tree
mv plugins/dprint_plugin_typstyle.wasm plugins/plugin.wasm
- run: |
Expand Down

0 comments on commit dec221d

Please sign in to comment.