Skip to content

Commit

Permalink
correct compression path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelis-Santorinios authored Dec 6, 2023
1 parent 2404351 commit eaa9bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Building
run: npm run build
- name: Compressing
run: tar -czvf the-power-ui.app.tar.gz build/the-power-ui.app
run: tar -czvf the-power-ui.app.tar.gz build/the-power-ui-linux-x64/the-power-ui.app
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit eaa9bfa

Please sign in to comment.