Skip to content

Commit

Permalink
fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Mar 28, 2023
1 parent 5680cab commit b9aaeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Publish
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ env.HAPPYPANDAX_TOKEN }}
GITHUB_TOKEN: ${{ secrets.HAPPYPANDAX_TOKEN }}
with:
file: "**/*.zip;**/*.tar.gz"
tag_name: client-v${{ env.HPX_VERSION }}
Expand Down

0 comments on commit b9aaeaa

Please sign in to comment.