Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 485453bc7d |
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -97,13 +97,9 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
- name: Zip the build for GitHub Release
|
- name: Zip the build for github release
|
||||||
if: ${{ github.event.inputs.create_release != 'false' }}
|
if: ${{ github.event.inputs.create_release != 'false' }}
|
||||||
run: |
|
run: Compress-Archive -Path './output/*' -DestinationPath './output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip' -CompressionLevel Optimal -Force
|
||||||
Compress-Archive \
|
|
||||||
-Path './output/*' \
|
|
||||||
-DestinationPath "./output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip" \
|
|
||||||
-CompressionLevel Optimal -Force
|
|
||||||
|
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Asset
|
||||||
if: ${{ github.event.inputs.create_release != 'false' }}
|
if: ${{ github.event.inputs.create_release != 'false' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user