actions: fix output path

This commit is contained in:
20PercentRendered
2022-11-20 22:23:59 +02:00
committed by GitHub
parent a22798a5ce
commit db5d8db53f

View File

@@ -46,7 +46,7 @@ jobs:
with:
name: linux-artifacts
path: |
${{github.workspace}}/build/lib
${{github.workspace}}/output
- name: Create Release
id: create_release
if: ${{ github.event_name == 'workflow_dispatch'}}
@@ -63,7 +63,7 @@ jobs:
uses: papeloto/action-zip@v1
if: ${{ github.event_name == 'workflow_dispatch'}}
with:
files: build/lib
files: output
dest: creamlinux.zip
- name: Upload Release Assets
if: ${{ github.event_name == 'workflow_dispatch'}}