build(yoink): configuring release
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Upload upload_url artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: upload_url.txt
|
||||
name: upload_url
|
||||
path: ./upload_url.txt
|
||||
|
||||
- name: Upload Linux Release Asset
|
||||
@@ -83,6 +83,10 @@ jobs:
|
||||
echo "::set-output name=upload_url::$UPLOAD_URL"
|
||||
shell: bash
|
||||
|
||||
- name: Debug upload_url
|
||||
run: echo ${{ steps.read_upload_url.outputs.upload_url }}
|
||||
shell: bash
|
||||
|
||||
- name: Upload Windows Release Asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user