Remove version from commands, some powershell syntax issues
This commit is contained in:
@@ -151,7 +151,7 @@ jobs:
|
||||
|
||||
pyinstaller windows_build.spec
|
||||
cd dist\eos
|
||||
Compress-Archive -Path .\* -Destination "..\..\eos-$env:RELEASE_TAG.zip"
|
||||
Compress-Archive -Path .\* -Destination ..\..\eos.zip
|
||||
- name: Update Release
|
||||
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }}
|
||||
uses: actions/gitea-release-action@v1
|
||||
@@ -159,4 +159,4 @@ jobs:
|
||||
name: "Amor-Eos ${{ env.RELEASE_TAG }}"
|
||||
tag_name: "${{ env.RELEASE_TAG }}"
|
||||
files: |-
|
||||
"eos-$env:RELEASE_TAG.zip"
|
||||
eos.zip
|
||||
|
||||
Reference in New Issue
Block a user