Skip to content

Commit

Permalink
fix: wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 26, 2024
1 parent e4ea094 commit be1d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: ${{ steps.changelog.outputs.skipped == 'false' }}
with:
files: site/assets/backups/export-profile/site-rockfrontend/site-rockfrontend.zip
files: site/assets/backups/export-profile/site-rockfrontend.zip
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}

0 comments on commit be1d185

Please sign in to comment.