Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
fix publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ellyofreitas committed Sep 21, 2023
1 parent e1d4199 commit a8be70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ${{ matrix.os }} binaries
if: matrix.os == 'windows'
run: gh release upload ${{ github.event.release.tag_name }} prebuilds\*\*.tar.gz
run: gh release upload ${{ github.event.release.tag_name }} (ls prebuilds\*\*.tar.gz)
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm-publish:
Expand Down

0 comments on commit a8be70b

Please sign in to comment.