Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/check_lint_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ jobs:
name: x86_64-apple-darwin
binary-suffix: ""
rustflags: ""
- os: macos-latest
name: aarch64-apple-darwin
binary-suffix: ""
rustflags: ""
- os: ubuntu-latest
name: x86_64-pc-windows-gnu
binary-suffix: .exe
Expand Down Expand Up @@ -262,6 +266,11 @@ jobs:
zip L2-S9-Thunder-latest-x86_64-apple-darwin.zip \
thunder-latest-x86_64-apple-darwin \
thunder-cli-latest-x86_64-apple-darwin
mv thunder-+([0-9]).+([0-9]).+([0-9])-aarch64-apple-darwin thunder-latest-aarch64-apple-darwin
mv thunder-cli-+([0-9]).+([0-9]).+([0-9])-aarch64-apple-darwin thunder-cli-latest-aarch64-apple-darwin
zip L2-S9-Thunder-latest-aarch64-apple-darwin.zip \
thunder-latest-aarch64-apple-darwin \
thunder-cli-latest-aarch64-apple-darwin
mv thunder-+([0-9]).+([0-9]).+([0-9])-x86_64-pc-windows-gnu.exe thunder-latest-x86_64-pc-windows-gnu.exe
mv thunder-cli-+([0-9]).+([0-9]).+([0-9])-x86_64-pc-windows-gnu.exe thunder-cli-latest-x86_64-pc-windows-gnu.exe
zip L2-S9-Thunder-latest-x86_64-pc-windows-gnu.zip \
Expand Down
Loading