Skip to content

Commit

Permalink
Attempt again to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Aug 9, 2021
1 parent 95baf06 commit ece8df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create zip
run: |
$METRICS_PATH="$Env:GITHUB_WORKSPACE\target\release"
7z a av-metrics.zip "$METRICS_PATH\av-metrics-tool.exe" "C:\usr\local"
7z a av-metrics.zip "$METRICS_PATH\av-metrics-tool.exe"
- name: Upload binaries
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit ece8df5

Please sign in to comment.