mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
actions: fix output path
This commit is contained in:
committed by
GitHub
parent
a22798a5ce
commit
db5d8db53f
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@@ -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'}}
|
||||
|
||||
Reference in New Issue
Block a user