Skip to content

Commit

Permalink
everywhere…
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Mar 16, 2024
1 parent 3925965 commit 5e562c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./causy-ui-${{ github.ref }}.zip
asset_name: causy-ui-${{ github.ref }}.zip
asset_path: ./causy-ui-${{ steps.get_tag_name.outputs.SOURCE_TAG }}.zip
asset_name: causy-ui-${{ steps.get_tag_name.outputs.SOURCE_TAG }}.zip
asset_content_type: application/zip

0 comments on commit 5e562c2

Please sign in to comment.