Skip to content

Commit

Permalink
adds Stakpak config file
Browse files Browse the repository at this point in the history
  • Loading branch information
stakpak[bot] authored Jan 5, 2025
1 parent 1f78e4c commit 9b8bace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- os: macos-latest
target: aarch64-apple-darwin
artifact_name: stakpak-darwin-aarch64
- os: windows-latest
target: x86_64-pc-windows-msvc
artifact_name: stakpak-windows-x86_64

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -88,6 +91,7 @@ jobs:
stakpak-linux-x86_64/stakpak-linux-x86_64.tar.gz
stakpak-darwin-x86_64/stakpak-darwin-x86_64.tar.gz
stakpak-darwin-aarch64/stakpak-darwin-aarch64.tar.gz
stakpak-windows-x86_64/stakpak-windows-x86_64.zip
draft: false
prerelease: false
generate_release_notes: true
Expand Down

0 comments on commit 9b8bace

Please sign in to comment.