Skip to content

Commit

Permalink
Update create-build-screenshots-tarball.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lheberlie committed Apr 23, 2024
1 parent e3c909a commit e7592de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-build-screenshots-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
draft: false
prerelease: false
release_name: "$RELEASE_NAME $RELEASE_DATE"
release_name: "${{ env.RELEASE_NAME }} ${{ env.RELEASE_DATE }}"
tag_name: "${{ env.RELEASE_VERSION }}"
body: "Release ${{ env.version }}"
env:
Expand All @@ -73,6 +73,6 @@ jobs:
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ env.workdir }}
asset_name: $TARBALL
asset_name: ${{ env.$TARBALL }}
asset_content_type: application/gzip

0 comments on commit e7592de

Please sign in to comment.