Skip to content

Commit

Permalink
Fixed Zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
D3VL-Jack committed Jul 15, 2023
1 parent 2161f93 commit 355680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build Extension
run: npm run build
- name: Zip Extension
run: zip -r ${{github.ref_name}}.zip ./build/*
run: cd build && zip -r ../${{github.ref_name}}.zip ./ && cd ..
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 355680f

Please sign in to comment.