mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Update create-config-zip.yml
This commit is contained in:
parent
f9c5373300
commit
305816b51f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/create-config-zip.yml
vendored
3
.github/workflows/create-config-zip.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: zip -r config-default.zip config/_default
|
- run: zip -r config-default.zip config/_default
|
||||||
|
- uses: actions-ecosystem/action-get-latest-tag@v1
|
||||||
|
id: get-latest-tag
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: config-default
|
name: config-default
|
||||||
|
@ -20,3 +22,4 @@ jobs:
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: config-default.zip
|
files: config-default.zip
|
||||||
|
tag: ${{ steps.get-latest-tag.outputs.tag }}
|
||||||
|
|
Loading…
Reference in a new issue