github have empty brains
This commit is contained in:
@@ -19,6 +19,8 @@ env:
|
|||||||
# You can convert this to a build matrix if you need coverage of multiple configuration types.
|
# You can convert this to a build matrix if you need coverage of multiple configuration types.
|
||||||
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||||
BUILD_CONFIGURATION: Release
|
BUILD_CONFIGURATION: Release
|
||||||
|
MYID: id
|
||||||
|
MYURL: url
|
||||||
|
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
@@ -53,8 +55,8 @@ jobs:
|
|||||||
retention-days: 1
|
retention-days: 1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
MYID: ${{ github.steps.artifact-upload-step.outputs.artifact-id }}
|
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
||||||
MYURL: 'FUCKYOU'
|
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
||||||
|
|
||||||
- name: Output MYURL
|
- name: Output MYURL
|
||||||
run: echo 'Artifact URL is ${{ env.MYURL }}'
|
run: echo 'Artifact URL is ${{ env.MYURL }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user