Skip to content

Commit

Permalink
Revert "upload build artifacts instead of creating releases"
Browse files Browse the repository at this point in the history
This reverts commit fca8da0.
  • Loading branch information
justinwoo authored and alexbiehl committed Feb 28, 2023
1 parent 48c9306 commit 59cd086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 59cd086

Please sign in to comment.