Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
env name error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Svihla committed Jan 26, 2021
1 parent f15dfa6 commit 0916ce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
id: release_info
run: |
release_upload_url="$(cat artifacts/release-upload-url)"
echo "name=RELEASE_UPLOAD_URL::$release_upload_url" >> $GITHUB_ENV
echo "RELEASE_UPLOAD_URL=$release_upload_url" >> $GITHUB_ENV
echo "release upload url: $release_upload_url"
- name: Build binary
shell: bash
Expand All @@ -83,3 +83,5 @@ jobs:
asset_path: ./dist/build/sperf-${{ matrix.build }}.zip
asset_name: sperf-${{ matrix.build }}.zip
asset_content_type: application/zip


0 comments on commit 0916ce1

Please sign in to comment.