Skip to content

Commit ece8df5

Browse files
committed
Attempt again to fix deploy
1 parent 95baf06 commit ece8df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Create zip
2929
run: |
3030
$METRICS_PATH="$Env:GITHUB_WORKSPACE\target\release"
31-
7z a av-metrics.zip "$METRICS_PATH\av-metrics-tool.exe" "C:\usr\local"
31+
7z a av-metrics.zip "$METRICS_PATH\av-metrics-tool.exe"
3232
3333
- name: Upload binaries
3434
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)