Skip to content

Commit

Permalink
Changed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp committed Apr 6, 2024
1 parent 03fca08 commit 12ad3f0
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 @@ -33,7 +33,7 @@ jobs:
command: build
args: --release --target x86_64-unknown-linux-gnu
- name: Debug -- Show directory details
run: ls -R 'target/x86_64-unknown-linux-gnu/release/'
run: ls -R $PWD/target
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down

0 comments on commit 12ad3f0

Please sign in to comment.