Skip to content

Commit

Permalink
Mix missing upload asset
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 19, 2024
1 parent 9459e2a commit 098c527
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
- name: Build for Linux arm64
run: cargo build -r --target=aarch64-unknown-linux-gnu && mv target/aarch64-unknown-linux-gnu/release/platform-cli ./platform-cli-gnu-arm64

- uses: softprops/action-gh-release@v2
with:
files: |
platform-cli-gnu-arm64
build_mac_x86_64:
name: Build Apple (x86_64)
runs-on: macos-13
Expand Down

0 comments on commit 098c527

Please sign in to comment.