Revert "upload build artifacts instead of creating releases"

This reverts commit fca8da0468.
This commit is contained in:
justinwoo 2023-02-28 16:17:21 +02:00 committed by Alexander Biehl
parent 48c9306401
commit 59cd08635c

View File

@ -38,8 +38,8 @@ jobs:
- name: Prepare archive
run: tar -zcvf ./${{ matrix.os }}.tar.gz -C out tie
- name: Upload build artifact
uses: actions/upload-artifact@v3
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ matrix.os }}-binary
path: ${{ matrix.os }}.tar.gz
files: ./${{ matrix.os }}.tar.gz