Skip to content

Commit

Permalink
ci: Fix xtask command
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Dec 22, 2023
1 parent 9192dfb commit 8aad54e
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 @@ -37,7 +37,7 @@ jobs:

- name: build & wrap (${{ matrix.build.chip }})
working-directory: xtask
run: cargo xtask wrap ${{ matrix.build.chip }}
run: cargo run -- wrap ${{ matrix.build.chip }}
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ env.GITHUB_TOKEN }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: build & wrap (${{ matrix.build.chip }})
working-directory: xtask
run: cargo xtask wrap ${{ matrix.build.chip }}
run: cargo run -- wrap ${{ matrix.build.chip }}
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ env.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8aad54e

Please sign in to comment.