Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47252f024f | ||
|
|
b752455524 | ||
|
|
8871ea4388 | ||
|
|
38cd5d17e8 | ||
|
|
0a2e4f5dbd | ||
|
|
7f4adaf758 | ||
|
|
1fdee7d04b | ||
|
|
6915a4f171 | ||
|
|
2d2eaf6a21 | ||
|
|
792fbc419e | ||
|
|
af4864454d | ||
|
|
3d7afbc88a | ||
|
|
c64bc17dc2 | ||
|
|
289770a12d | ||
|
|
f220333f17 | ||
|
|
ab2ce11105 |
@@ -42,18 +42,27 @@ jobs:
|
|||||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||||
|
|
||||||
|
- name: Show Github infos
|
||||||
|
run: echo 'Workspace path ${{ github.workspace }}' ##D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Release
|
name: Release
|
||||||
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\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: ${{ env.artifact-id }} ##${{ steps.artifact-upload-step.outputs.artifact-id }}
|
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
||||||
MYURL: ${{ env.artifact-url }} ##${{ steps.artifact-upload-step.outputs.artifact-url }}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user