mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
add name to zip action
This commit is contained in:
committed by
GitHub
parent
d555a01719
commit
816b749e36
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@@ -59,7 +59,8 @@ jobs:
|
|||||||
body: ""
|
body: ""
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
- uses: papeloto/action-zip@v1
|
- name: Create zip of compile outputs
|
||||||
|
uses: papeloto/action-zip@v1
|
||||||
if: ${{ github.event_name == 'workflow_dispatch'}}
|
if: ${{ github.event_name == 'workflow_dispatch'}}
|
||||||
with:
|
with:
|
||||||
files: build/lib
|
files: build/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user