Skip to content

Commit

Permalink
Update create-config-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao authored Dec 2, 2024
1 parent f9c5373 commit 305816b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-config-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,3 +22,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: config-default.zip
tag: ${{ steps.get-latest-tag.outputs.tag }}

0 comments on commit 305816b

Please sign in to comment.