Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Aug 31, 2021
1 parent ece3140 commit 4148ce6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ jobs:

- run: npm install
- run: npm run build --if-present

- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
type: 'tar'
filename: 'logviewer.tar.gz'
directory: 'dist'
- run: tar -czvf logviewer.tar.gz dist
- name: Upload Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 4148ce6

Please sign in to comment.