Skip to content

Commit

Permalink
WIP: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed May 31, 2024
1 parent b4bf2ec commit a771061
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- next
- main
release:
types:
- created

jobs:
macos-static:
Expand Down Expand Up @@ -95,3 +98,11 @@ jobs:
with:
name: alt-ergo-x86_64-linux-musl
path: _destdir/opt/alt-ergo/bin/alt-ergo

- uses: svenstaro/upload-release-action@v2
if: ${{ github.event_name == 'release' }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: _destdir/opt/alt-ergo/bin/alt-ergo
asset_name: alt-ergo-${{ github.event.release.name }}-x86_64-linux-musl
tag: ${{ github.event.release.tag_name }}

0 comments on commit a771061

Please sign in to comment.