From a6ed7ce923c0e01c6b82e487ae4bf7678574e17a Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:28:36 +0530 Subject: [PATCH] ci: trying to push binaries reliably (4) --- .github/workflows/binary-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-release.yaml b/.github/workflows/binary-release.yaml index dfea3a8..84a2555 100644 --- a/.github/workflows/binary-release.yaml +++ b/.github/workflows/binary-release.yaml @@ -49,7 +49,7 @@ jobs: git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' mkdir -p binaries/ - mv build/libshuffleemail_{{ matrix.goos }}_{{ matrix.goarch }} binaries/ + mv build/libshuffleemail_${{ matrix.goos }}_${{ matrix.goarch }} binaries/ git add binaries/ git commit -m "Add compiled binaries for ${{ matrix.goos }} - ${{ matrix.goarch }}" git push origin main \ No newline at end of file