Release as tar.gz

This commit is contained in:
Melon 2024-06-02 10:51:08 +01:00
parent 386f5dec51
commit fa80ead28a
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -17,9 +17,10 @@ jobs:
node-version: latest node-version: latest
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: yarn build - run: yarn build
- run: tar -czvf lavender.tar.gz lavender/
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
with: with:
files: | files: |
lavender/** lavender.tar.gz