Skip to content

Commit 4b49b9f

Browse files
committed
idk
1 parent 848fc2b commit 4b49b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
$out = 'BPSR_ACT_Plugin\bin\Release\BPSR_ACT_Plugin'
9191
if (Test-Path $out) {
92-
$zip = "..\artifacts\BPSR_ACT_Plugin-$env:RELEASE_TAG.zip"
92+
$zip = "artifacts\BPSR_ACT_Plugin-$env:RELEASE_TAG.zip"
9393
Compress-Archive $out -DestinationPath $zip -Force
9494
} else { exit 1 }
9595

0 commit comments

Comments
 (0)