mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge branch 'main' into develop
This commit is contained in:
commit
d2dc0c2bf0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -192,7 +192,7 @@ jobs:
|
|||||||
echo 'Zip and tar...'
|
echo 'Zip and tar...'
|
||||||
zip -rq $zipName . -x "*.git*" "*.ci*" "*.github*" "*node_modules*" "*output.txt*"
|
zip -rq $zipName . -x "*.git*" "*.ci*" "*.github*" "*node_modules*" "*output.txt*"
|
||||||
touch $tarName
|
touch $tarName
|
||||||
tar --exclude=$tarName --exclude='./.git' --exclude='./.ci' --exclude='./.github' --exclude='./node_modules' --exclude='./output.txt' -czf $tarName .
|
tar --exclude=$tarName --exclude=$zipName --exclude='./.git' --exclude='./.ci' --exclude='./.github' --exclude='./node_modules' --exclude='./output.txt' -czf $tarName .
|
||||||
|
|
||||||
# add sha256 sum
|
# add sha256 sum
|
||||||
echo 'Sha sum ...'
|
echo 'Sha sum ...'
|
||||||
|
Loading…
Reference in New Issue
Block a user