Skip to content

Commit

Permalink
chore: fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
leapalazzolo committed Oct 26, 2023
1 parent 25de6c9 commit 96570ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: $PATH
args: $ASSET_REWARD

- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: $PATH
args: $ASSET_REWARD

- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: $PATH
args: $ASSET_REWARD

0 comments on commit 96570ff

Please sign in to comment.