Update create-config-zip.yml

This commit is contained in:
Nuno Coração 2024-12-02 23:06:10 +00:00 committed by GitHub
parent f9c5373300
commit 305816b51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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
with:
name: config-default
@ -20,3 +22,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: config-default.zip
tag: ${{ steps.get-latest-tag.outputs.tag }}