Skip to content

Commit

Permalink
tar em up, boys
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrotenberg committed Mar 8, 2024
1 parent a0d6940 commit ebf42fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -73,6 +73,12 @@ jobs:
- name: ls
run: ls -l target/${{ matrix.target }}/release

- name: prepare artifacts
run: |
cd target/${{ matrix.target }}/release
tar czvf ../../../${{ matrix.name }} adrs
cd -
- name: upload artifacts
uses: actions/upload-artifact@v4
with:

0 comments on commit ebf42fe

Please sign in to comment.