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 1dcb605 commit c10ed82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ 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

0 comments on commit c10ed82

Please sign in to comment.