mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 00:14:33 -04:00
Fixes for release file - including .git folder!
This commit is contained in:
parent
661fc8ea00
commit
dbde9f5ca4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
sudo rm -rf node_modules
|
||||
- name: Build project # This would actually build your project, using zip for an example artifact
|
||||
run: |
|
||||
zip -r ./invoiceninja.zip ./
|
||||
zip -r ./invoiceninja.zip .* -x "../*"
|
||||
|
||||
- name: Get tag name
|
||||
id: get_tag_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user