Skip to content

Commit

Permalink
fix: mistake copy item in windows release script
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 22, 2023
1 parent a38d82d commit 815c390
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 @@ -34,7 +34,7 @@ jobs:
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v3
- run: 'bazel build --config=ci //:ecsact_lsp_server'
- run: 'Copy-Item .\bazel-bin\ecsact_lsp_server -Destination .\ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
- run: 'Copy-Item .\bazel-bin\ecsact_lsp_server.exe -Destination .\ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
- run: 'gh release upload ${{ github.ref_name }} ./ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 815c390

Please sign in to comment.