Skip to content

Commit

Permalink
feat: ammended targets
Browse files Browse the repository at this point in the history
Signed-off-by: AlexsJones <[email protected]>
  • Loading branch information
AlexsJones committed Jan 6, 2025
1 parent 5bb17e4 commit acfd572
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,9 @@ defaults:

jobs:
release:
name: release ${{ matrix.target }}
name: release
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-apple-darwin, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Binary
path: |
${{ steps.compile.outputs.BUILT_ARCHIVE }}
${{ steps.compile.outputs.BUILT_CHECKSUM }}
- run: rustup update
- run: cargo build --release

0 comments on commit acfd572

Please sign in to comment.