This commit is contained in:
cdozdil
2025-03-13 12:29:34 +03:00
2 changed files with 2 additions and 2 deletions
+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
+1 -1
View File
@@ -102,7 +102,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