Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 15, 2024
1 parent f331ddf commit 331a202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
bash .github/workflows/upload.sh
'${{ matrix.target.platform }}-${{ steps.vars.outputs.ARCH }}-node${{ steps.vars.outputs.NODE_VERSION }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name=$(cat package.json | jq -r '.name' | cut -d / -f 2)
tag_name=$(gh release view --json name --jq .name)
upload_file=$RUNNER_TEMP/$name-$tag_name-$variant.zip

echo $(gh release view)

echo name: $name
echo tag_name: $tag_name
echo upload_file: $upload_file
Expand Down

0 comments on commit 331a202

Please sign in to comment.