Compare commits

..
2 Commits
50 .. 52
Author SHA1 Message Date
U-METAL103\103 7b31213fd9 test3 2024-01-28 22:06:09 -06:00
U-METAL103\103 6f17849031 test2 2024-01-28 22:05:02 -06:00
+3 -9
View File
@@ -52,18 +52,12 @@ jobs:
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
- name: Output MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}'
- name: Output artifact URL test1 - name: Output artifact URL test1
run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}' run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}'
- name: Output artifact URL test2
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
- name: Output artifact ID
run: echo 'Artifact ID is ${{ env.MYID }}'
- name: Output artifact URL env
run: echo 'Artifact URL is ${{ env.MYURL }}'
##- name: Get Artifact URL ##- name: Get Artifact URL
## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip" ## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip"