Skip to content

Commit

Permalink
fix(workflow): fixes lack of talent
Browse files Browse the repository at this point in the history
  • Loading branch information
m1dugh committed Nov 13, 2023
1 parent ca80afc commit 5e72e85
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ jobs:
path: ./dist
- name: Create release dist
run: |
ls .
ls dist
tar -cvf ./release.tar.gz
./dist/ ./package.json ./workers/
./manifest.json ./static
tar -cvf ./release.tar.gz ./dist/ ./package.json ./workers/ ./manifest.json ./static
- name: Create github release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 5e72e85

Please sign in to comment.