Skip to content

Commit

Permalink
Merge pull request #126 from Guovin/dev
Browse files Browse the repository at this point in the history
chore:path
  • Loading branch information
Guovin authored Jun 9, 2024
2 parents 7eb0c1a + 0bac04c commit 94f3dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: update-tool
path: dist/update-tool.exe
path: /home/runner/work/TV/TV/dist/update-tool

- name: Install jq
run: sudo apt-get install jq
Expand Down Expand Up @@ -66,6 +66,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/update-tool.exe
asset_path: /home/runner/work/TV/TV/dist/update-tool
asset_name: update-tool.exe
asset_content_type: application/octet-stream

0 comments on commit 94f3dc3

Please sign in to comment.