This commit is contained in:
U-METAL103\103
2024-01-30 17:35:12 -06:00
parent 47252f024f
commit 1f3576c787
+3 -3
View File
@@ -47,13 +47,13 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
run: |
echo "MYID=${{ steps.artifact-upload-step.outputs.artifact-id }}"
echo "MYURL=${{ steps.artifact-upload-step.outputs.artifact-url }}"
with: with:
name: Release name: Release
path: ${{ github.workspace }}\Digital Clock\bin\Release\* path: ${{ github.workspace }}\Digital Clock\bin\Release\*
retention-days: 1 retention-days: 1
run: |
echo "MYID=${{ steps.artifact-upload-step.outputs.artifact-id }}"
echo "MYURL=${{ steps.artifact-upload-step.outputs.artifact-url }}"
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}