Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Nov 18, 2024
1 parent 896f255 commit 4099770
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:

- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: ./app

- name: Build
run: cargo build --release --target ${{ matrix.job.target }}
working-directory: ./app
run: cargo build --release --package app --target ${{ matrix.job.target }}

- name: Rename artifact
run: |
Expand Down

0 comments on commit 4099770

Please sign in to comment.