Skip to content

Commit

Permalink
internal screaming
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Apr 16, 2021
1 parent 475bc14 commit 7fff5ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ jobs:
echo "::set-output name=upload_url::$(cat upload_url.txt)"
rm upload_url.txt
./create-toolchain ${{ matrix.os }}
echo "::set-output name=asset_path::"packages/*
echo "::set-output name=asset_name::"$(basename packages/*)
- name: Upload Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.build_release.outputs.upload_url }}
asset_path: ${{ steps.build_release.outputs.asset_path }}
asset_path: packages/${{ steps.build_release.outputs.asset_name }}
asset_name: ${{ steps.build_release.outputs.asset_name }}
asset_content_type: application/gzip

0 comments on commit 7fff5ca

Please # to comment.