Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfletc committed Apr 28, 2024
1 parent cf83d2d commit 5b218d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
include:
- os: linux
arch: amd64
asset_name: myapp-linux-amd64
asset_name: scramAligner-linux-amd64
- os: windows
arch: amd64
asset_name: myapp-windows-amd64
asset_name: scramAligner-windows-amd64
- os: darwin
arch: amd64
asset_name: myapp-macos-intel
asset_name: scramAligner-macos-intel
- os: darwin
arch: arm64
asset_name: myapp-macos-arm
asset_name: scramAligner-macos-arm
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b218d4

Please sign in to comment.