We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848fc2b commit 4b49b9fCopy full SHA for 4b49b9f
1 file changed
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
$out = 'BPSR_ACT_Plugin\bin\Release\BPSR_ACT_Plugin'
91
if (Test-Path $out) {
92
- $zip = "..\artifacts\BPSR_ACT_Plugin-$env:RELEASE_TAG.zip"
+ $zip = "artifacts\BPSR_ACT_Plugin-$env:RELEASE_TAG.zip"
93
Compress-Archive $out -DestinationPath $zip -Force
94
} else { exit 1 }
95
0 commit comments