Skip to content

Commit

Permalink
Adjusted zip dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdarrengriffin authored Oct 5, 2023
1 parent d8fd60d commit 259c270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: |
npm install
npm run build
zip -r ../${{ github.event.repository.name }}.zip ./dist/*
cd dist
zip -r ../${{ github.event.repository.name }}.zip *
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 259c270

Please sign in to comment.