Skip to content

Commit 8e9a011

Browse files
committed
chore: remove tar
1 parent 81cec5d commit 8e9a011

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/latest.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ jobs:
4545
args: release --rm-dist
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
- name: Tar asset dist
49-
run: tar -czf asset.tar assets/dist
5048
- uses: actions/upload-artifact@v2
5149
with:
5250
name: my-artifact
53-
path: |
54-
dist/*_linux_amd64.tar.gz
55-
asset.tar
51+
path: dist/*_linux_amd64.tar.gz

0 commit comments

Comments
 (0)