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:
parent
742b6c7cb1
commit
87a9310625
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user