Skip to content

Commit

Permalink
Fixing xip action
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieLD committed Feb 2, 2023
1 parent 674c305 commit 7466d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: "Pack Extension"
id: web-ext-build
with:
args: zip -qq -r tabby-${{ matrix.browser }}-${{ matrix.build }}.${{ matrix.extension }} dir
args: zip -qq -r tabby-${{ matrix.browser }}-${{ matrix.build }}.${{ matrix.extension }} public

- name: "Create Release"
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7466d14

Please sign in to comment.