mirror of
https://github.com/1f349/themes.git
synced 2024-11-12 14:41:33 +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
|
||||
- uses: actions/checkout@v4
|
||||
- run: yarn build
|
||||
- run: tar -czvf lavender.tar.gz lavender/
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
files: |
|
||||
lavender/**
|
||||
lavender.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user