Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
242ebfa1a9 | ||
|
|
e2d44a752f | ||
|
|
1f3576c787 | ||
|
|
47252f024f |
@@ -47,18 +47,20 @@ jobs:
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
id: artifact-upload-step
|
||||
with:
|
||||
name: Release
|
||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||
retention-days: 1
|
||||
run: |
|
||||
echo "MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}"
|
||||
echo "MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
||||
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
||||
|
||||
|
||||
- name: Output artifact ID
|
||||
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
|
||||
|
||||
- name: Output Artifact MYURL
|
||||
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user