From a50d416b61aa9e466c027ccc5962cda3558dcc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Basile=20Cl=C3=A9ment?= Date: Mon, 22 Jul 2024 11:44:27 +0200 Subject: [PATCH] typo --- .github/workflows/build_static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_static.yml b/.github/workflows/build_static.yml index e31be4530..65bc80ab5 100644 --- a/.github/workflows/build_static.yml +++ b/.github/workflows/build_static.yml @@ -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 @@ -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