Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Sep 13, 2024
1 parent c8f635b commit 98dad39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
create_release:
runs-on: ubuntu-latest
outputs:
upload_url: ${{ steps.set_output.outputs.upload_url }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -21,8 +23,9 @@ jobs:
draft: false
prerelease: false
- name: Set output
run: echo "::set-output name=upload_url::${{ steps.create_release.outputs.upload_url }}"
id: set_output
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_ENV


build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 98dad39

Please sign in to comment.