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 ad020d1 commit ca80afc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist
path: ./
path: ./dist
- name: Create release dist
run:
run: |
ls .
ls dist
tar -cvf ./release.tar.gz
./dist/ ./package.json ./workers/
./manifest.json ./static
Expand Down

0 comments on commit ca80afc

Please sign in to comment.