Fix release is not packing folders

This commit is contained in:
cdozdil
2025-03-13 11:16:55 +03:00
committed by GitHub
parent 931bec410a
commit 051f5f91f6
+1 -1
View File
@@ -147,7 +147,7 @@ jobs:
- name: Compress the artifact
run: |
$zipName = "${{ steps.get_version.outputs.filename }}.7z"
7z a ${{ github.workspace }}\$zipName ${{ github.workspace }}\x64\Release\a\*.*
7z a -r ${{ github.workspace }}\$zipName ${{ github.workspace }}\x64\Release\a\*.*
continue-on-error: false