mirror of
https://github.com/1f349/themes.git
synced 2024-12-22 00:04:15 +00:00
Release as tar.gz
This commit is contained in:
parent
386f5dec51
commit
fa80ead28a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user