mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for release building script
This commit is contained in:
parent
53fad7eb40
commit
a76dd6809e
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -41,8 +41,7 @@ jobs:
|
||||
- name: Cleanup Builds
|
||||
run: |
|
||||
sudo rm -rf bootstrap/cache/*
|
||||
sudo rm public/index.html
|
||||
|
||||
|
||||
- name: Build project # This would actually build your project, using zip for an example artifact
|
||||
run: |
|
||||
zip -r ./invoiceninja.zip ./
|
||||
|
Loading…
Reference in New Issue
Block a user