Compare commits

...
4 Commits
66 ... 70
Author SHA1 Message Date
U-METAL103\103 0a2e4f5dbd 1 2024-01-30 15:02:12 -06:00
U-METAL103\103 7f4adaf758 .... 2024-01-30 15:01:05 -06:00
U-METAL103\103 1fdee7d04b github cant remember anything 2024-01-30 14:56:05 -06:00
U-METAL103\103 6915a4f171 github have empty brains 2024-01-30 14:51:06 -06:00
+6 -3
View File
@@ -53,10 +53,13 @@ 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 Artifact MYURL
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
- name: Output env.MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}' run: echo 'Artifact URL is ${{ env.MYURL }}'
- name: Output artifact URL test1 - name: Output artifact URL test1