Skip to content

Commit

Permalink
chore: fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaltyrin committed Jun 25, 2024
1 parent c14fb6d commit 2f12215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-all-themes-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "Tag name: $TAG_NAME"
cd Themes
zip -r ../SDDSTheme-${TAG_NAME}.zip .
zip -r SDDSTheme-${TAG_NAME}.zip Themes
echo "::set-output name=zip_path::SDDSTheme-${TAG_NAME}.zip"
echo "::set-output name=release_title::${TAG_NAME}"
Expand Down

0 comments on commit 2f12215

Please sign in to comment.