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
|
- name: Upload upload_url artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: upload_url.txt
|
name: upload_url
|
||||||
path: ./upload_url.txt
|
path: ./upload_url.txt
|
||||||
|
|
||||||
- name: Upload Linux Release Asset
|
- name: Upload Linux Release Asset
|
||||||
@@ -83,6 +83,10 @@ jobs:
|
|||||||
echo "::set-output name=upload_url::$UPLOAD_URL"
|
echo "::set-output name=upload_url::$UPLOAD_URL"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Debug upload_url
|
||||||
|
run: echo ${{ steps.read_upload_url.outputs.upload_url }}
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Upload Windows Release Asset
|
- name: Upload Windows Release Asset
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user