Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 16, 2024
1 parent dd2edc0 commit 07b8a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: rustup target add x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu x86_64-apple-darwin aarch64-apple-darwin

- name: Build for Linux x86
run: cargo build -r --target=x86_64-unknown-linux-gnu --verbose && mv target/x86_64-unknown-linux-gnu/platform-cli ./platform-cli_gnu-x86_64
run: cargo build -r --target=x86_64-unknown-linux-gnu --verbose && mv target/x86_64-unknown-linux-gnu/platform-cli; ls target;ls target/x86_64-unknown-linux-gnu

- name: Build for Linux arm64
run: cargo build -r --target=aarch64-unknown-linux-gnu --verbose && mv target/unknown-linux-gnu/platform-cli ./platform-cli-gnu-arm64
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Build for Apple Silicon
run: cargo build -r --target=aarch64-apple-darwin --verbose && mv target/aarch64-apple-darwin/platform-cli ./platform-cli_darwin-arm64

- uses: softprops/action-gh-release@v2
with:
files: |
Expand Down

0 comments on commit 07b8a7a

Please sign in to comment.