Skip to content

Commit dc825c8

Browse files
authored
Update build-release-zip-file.yml
1 parent 4f6183a commit dc825c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release-zip-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: "Create versioned ZIP file"
3232
run: |
33-
$zipName = "ACLibImportWizard_${{ github.event.release.tag_name }}.zip"
33+
$zipName = "ACLibFilterFormWizard_${{ github.event.release.tag_name }}.zip"
3434
Compress-Archive -Path .\access-add-in\* -DestinationPath $zipName
3535
echo "ZIP_NAME=$zipName" | Out-File -FilePath $env:GITHUB_ENV -Append
3636

0 commit comments

Comments
 (0)