mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-03 08:11:09 +00:00
Fix release is not packing folders
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user