Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLee18 authored Sep 16, 2024
1 parent 582f03e commit 6a64e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Build
run: cargo --release --target ${{ matrix.target }}
run: cargo build --release --target ${{ matrix.target }}
- name: Build archive
shell: bash
run: |
Expand Down

0 comments on commit 6a64e7e

Please sign in to comment.