Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
ci: Remove zip artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Matan Kushner committed Oct 2, 2019
1 parent b6bf743 commit 8891c6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -208,9 +208,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
'starship*.tar.gz'
'starship*.zip'
files: 'starship*.tar.gz'
body_path: ${{ github.workflow }}-RELEASE.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8891c6f

Please sign in to comment.