Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 committed Sep 27, 2023
1 parent c10ed82 commit bcde02e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Print release url
run: echo ${{ steps.create-release.outputs.upload_url }}
- name: Print release url File
run: |
echo "${{ steps.create-release.outputs.upload_url }}" > release_url.txt
value=`cat release_url.txt`
echo $value

build:
name: Build packages
Expand Down Expand Up @@ -104,7 +97,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_URL: ${{ needs.createrelease.outputs.release_url }}
with:
upload_url: $RELEASE_URL
upload_url: ${{ RELEASE_URL }}
asset_path: ./dist/${{ matrix.OUT_FILE_NAME}}
asset_name: ${{ matrix.OUT_FILE_NAME}}
asset_content_type: ${{ matrix.ASSET_MIME}}

0 comments on commit bcde02e

Please sign in to comment.