testpaths

This commit is contained in:
U-METAL103\103
2024-01-30 14:33:39 -06:00
parent 3d7afbc88a
commit af4864454d
+4 -4
View File
@@ -43,18 +43,18 @@ jobs:
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 - name: Show Github infos
run: echo 'Workspace path ${{ github.workspace }} - Workspace path 2 ${{env.GITHUB_WORKSPACE}}' 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
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} MYID: ${{ github.steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} MYURL: ${{ github.steps.artifact-upload-step.outputs.artifact-url }}
- name: Output MYURL - name: Output MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}' run: echo 'Artifact URL is ${{ env.MYURL }}'