Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 22, 2024
1 parent 5d113c3 commit a50d416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
path: _destdir/opt/alt-ergo/bin/alt-ergo

- name: Release
uses: sventaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
asset_name: alt-ergo-$tag-${{ matrix.arch }}-macos
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
path: _destdir/opt/alt-ergo/bin/alt-ergo

- name: Release
uses: sventaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
asset_name: alt-ergo-$tag-x86_64-linux-musl
Expand Down

0 comments on commit a50d416

Please sign in to comment.