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 e688307 commit 2585e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
# 4. Create release tarball
git archive -o "${RUNNER_TEMP}/archive.tar.gz" "${VERSION}"
echo "tarball=${RUNNER_TEMP}/archive.tar.gz" >> "${GITHUB_OUTPUT}"
- name: Create GitHub Release
id: "create-release"
Expand All @@ -81,6 +80,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ steps.create-release.outputs.tarball }}
asset_path: ${{ runner.temp }}/archive.tar.gz
asset_name: engflowapis-${{ steps.tag.outputs.version }}.tar.gz
asset_content_type: "application/gzip"

0 comments on commit 2585e62

Please sign in to comment.