mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Alpha release (#3585)
* Reduce release filesize * tweaks for github actions * Release asset * Tweaks for alpha release * Fixes for release * Fixes for alpha release
This commit is contained in:
parent
cfafd65be0
commit
d5ab9c32c6
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -2,11 +2,6 @@ on:
|
||||
release:
|
||||
types: [released]
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - v2
|
||||
|
||||
name: Upload Release Asset
|
||||
|
||||
jobs:
|
||||
@ -34,12 +29,18 @@ jobs:
|
||||
php artisan key:generate
|
||||
php artisan optimize
|
||||
php artisan storage:link
|
||||
sudo php artisan cache:clear
|
||||
|
||||
- name: Prepare JS/CSS assets
|
||||
run: |
|
||||
npm i
|
||||
npm run production
|
||||
|
||||
- name: Cleanup Builds
|
||||
run: |
|
||||
sudo rm -rf nodule_modules/
|
||||
sudo rm -rf bootstrap/cache/*
|
||||
|
||||
- name: Build project # This would actually build your project, using zip for an example artifact
|
||||
run: |
|
||||
zip -r ./invoiceninja.zip ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user