Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danymukesha authored Jan 8, 2024
1 parent 6ae595a commit 12d45ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
outputs:
version: ${{ steps.step_version.outputs.version }}
upload_url: ${{ steps.step_upload_url.outputs.upload_url }}
steps:
- id: step_version
run: echo "::set-output name=version::${{ steps.package_version.outputs.version }}"

- id: step_upload_url
run: echo "::set-output name=upload_url::${{ steps.create_release.outputs.upload_url }}"

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12d45ce

Please sign in to comment.