Skip to content

Commit

Permalink
chore: 修正脑残
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Mar 1, 2024
1 parent f53abe2 commit b8ac619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: tar -caf ${{ matrix.artifact_name }} dist nginx package.json node_modules node
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
- run: |
(Get-Command node.exe).Path
$SRC = (Get-Command node.exe).Path
copy $SRC node.exe
tar -caf ${{ matrix.artifact_name }} dist package.json node_modules node.exe
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b8ac619

Please sign in to comment.