1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-30 03:17:39 +01:00

Add experimental build workflow for #184

This commit is contained in:
Kovah 2021-01-03 17:36:58 +01:00
parent 742b6c7cb1
commit 87a9310625
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -1,4 +1,4 @@
name: Testing
name: Build
#on:
# push:
@ -87,10 +87,10 @@ jobs:
- name: Remove .env file
run: rm .env
- name: Install zip
run: apt install -y zip
- name: Create zip package with all files
run: zip -r /tmp/linkace.zip $GITHUB_WORKSPACE
- name: Build the final package
uses: montudor/action-zip@v0.1.1
with:
args: zip -r /tmp/linkace.zip $GITHUB_WORKSPACE
- name: Upload the package
uses: actions/upload-artifact@v2