Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent b78d53c commit 9b63b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm run build

- name: Tar build
run: cd dist && tar cvfz build.tar.gz *
run: cd dist && tar cvfz ../build.tar.gz *

- name: Make release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 9b63b32

Please sign in to comment.