Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Davilarek authored Sep 17, 2024
1 parent 85ae848 commit fc5385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
rustup target add x86_64-pc-windows-gnu
- name: Build Windows x86_64
run: cargo build --target x86_64-pc-windows-gnu --release --verbose
- run: ls ./target/release/
- run: ls ./target/x86_64-pc-windows-gnu/release/
- name: Upload a Build Artifact
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
Expand Down

0 comments on commit fc5385f

Please sign in to comment.