Compare commits

..
2 Commits
65 .. 67
Author SHA1 Message Date
U-METAL103\103 6915a4f171 github have empty brains 2024-01-30 14:51:06 -06:00
U-METAL103\103 2d2eaf6a21 github cant remeber any shit 2024-01-30 14:45:53 -06:00
+4 -2
View File
@@ -19,6 +19,8 @@ env:
# 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
BUILD_CONFIGURATION: Release
MYID: id
MYURL: url
permissions: write-all
@@ -53,8 +55,8 @@ jobs:
retention-days: 1
env:
GITHUB_TOKEN: ${{ github.token }}
MYID: ${{ github.steps.artifact-upload-step.outputs.artifact-id }}
MYURL: "url---test"
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
- name: Output MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}'