Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Oct 30, 2024
1 parent 14914d2 commit e688307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# 4. Create release tarball
git archive -o "${RUNNER_TEMP}/archive.tar.gz" "${VERSION}"
echo "tarball-path=${RUNNER_TEMP}/archive.tar.gz" >> "${GITHUB_OUTPUT}"
echo "tarball=${RUNNER_TEMP}/archive.tar.gz" >> "${GITHUB_OUTPUT}"
- name: Create GitHub Release
id: "create-release"
Expand All @@ -81,6 +81,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ steps.create-release.outputs.tarball-path }}
asset_path: ${{ steps.create-release.outputs.tarball }}
asset_name: engflowapis-${{ steps.tag.outputs.version }}.tar.gz
asset_content_type: "application/gzip"

0 comments on commit e688307

Please sign in to comment.