Skip to content

Commit

Permalink
Inner target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 19, 2024
1 parent 82146f0 commit 3f3b65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
cargo build --release --manifest-path ./checked_cli/Cargo.toml
cp target/release/checked checked-${{ inputs.version }}-${{ matrix.platform }}
cp checked_cli/target/release/checked checked-${{ inputs.version }}-${{ matrix.platform }}
gh release upload ${{ inputs.version }} checked-${{ inputs.version }}-${{ matrix.platform }} --clobber
- name: Build CLI for Windows
if: matrix.os == 'windows-latest'
run: |
cargo build --release --manifest-path ./checked_cli/Cargo.toml
cp target/release/checked.exe checked-${{ inputs.version }}-${{ matrix.platform }}.exe
cp checked_cli/target/release/checked.exe checked-${{ inputs.version }}-${{ matrix.platform }}.exe
gh release upload ${{ inputs.version }} checked-${{ inputs.version }}-${{ matrix.platform }}.exe --clobber

0 comments on commit 3f3b65f

Please sign in to comment.