Skip to content

Commit

Permalink
fix: Release tarball path
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 21, 2022
1 parent 50b79c2 commit 13a630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: twofactor_admin/build/artifacts/twofactor_admin.tar.gz
file: build/artifacts/twofactor_admin.tar.gz
asset_name: twofactor_admin-${{ steps.changelog.outputs.tag }}.tar.gz
tag: ${{ steps.changelog.outputs.tag }}
overwrite: true
Expand Down

0 comments on commit 13a630e

Please sign in to comment.