diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10c7959..25d7a56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,6 +74,12 @@ jobs: lfs: true - uses: actions/download-artifact@v3 + - name: Move binaries + run: | + mv -f ${{ env.REPOSITORY }}-x86_64-apple-darwin/${{ env.REPOSITORY }} ./${{ env.REPOSITORY }}-x86_64-apple-darwin + mv -f ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu/${{ env.REPOSITORY }} ./${{ env.REPOSITORY}}-x86_64-unknown-linux-gnu + mv -f ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc/${{ env.REPOSITORY }}.exe ./${{ env.REPOSITORY}}-x86_64-pc-windows.exe + - name: Release uses: softprops/action-gh-release@v1 env: