Skip to content

Commit

Permalink
Revert "don't archive artifact upload"
Browse files Browse the repository at this point in the history
This reverts commit aa97dc0.
  • Loading branch information
justinwoo authored and alexbiehl committed Feb 28, 2023
1 parent f4df516 commit 48c9306
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
- name: Test
run: ./out/tie --help

- name: Prepare archive
run: tar -zcvf ./${{ matrix.os }}.tar.gz -C out tie

- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: ./out/tie
name: ${{ matrix.os }}-binary
path: ${{ matrix.os }}.tar.gz

0 comments on commit 48c9306

Please sign in to comment.