Skip to content

Commit 098c527

Browse files
committed
Mix missing upload asset
1 parent 9459e2a commit 098c527

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
- name: Build for Linux arm64
7373
run: cargo build -r --target=aarch64-unknown-linux-gnu && mv target/aarch64-unknown-linux-gnu/release/platform-cli ./platform-cli-gnu-arm64
7474

75+
- uses: softprops/action-gh-release@v2
76+
with:
77+
files: |
78+
platform-cli-gnu-arm64
79+
7580
build_mac_x86_64:
7681
name: Build Apple (x86_64)
7782
runs-on: macos-13

0 commit comments

Comments
 (0)