From abaace5d28e3d43dc8cbc288080ba57fc34bcbf7 Mon Sep 17 00:00:00 2001 From: ionarevamp Date: Fri, 5 Apr 2024 18:32:16 -0600 Subject: [PATCH] Changed build process --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7586346..4abe80d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: args: --release --target x86_64-unknown-linux-gnu - uses: actions/checkout@v3 - name: Debug -- Show directory details - run: ls -R $PWD/* + run: ls -R $PWD/target/x86_64-unknown-linux-gnu/* - uses: actions/upload-artifact@v4 with: # Name of the artifact to upload.