1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 19:22:35 +01:00

Add experimental build workflow for #184

This commit is contained in:
Kovah 2021-01-03 17:43:05 +01:00
parent 87a9310625
commit 22bdc200a8
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -90,7 +90,7 @@ jobs:
- name: Build the final package
uses: montudor/action-zip@v0.1.1
with:
args: zip -r /tmp/linkace.zip $GITHUB_WORKSPACE
args: zip -r /tmp/linkace.zip /github/workspace
- name: Upload the package
uses: actions/upload-artifact@v2