mirror of
https://github.com/scarf-sh/tie.git
synced 2024-11-22 10:31:56 +03:00
Revert "upload build artifacts instead of creating releases"
This reverts commit fca8da0468
.
This commit is contained in:
parent
48c9306401
commit
59cd08635c
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user