Compare commits

...
4 Commits
62 ... 66
Author SHA1 Message Date
U-METAL103\103 2d2eaf6a21 github cant remeber any shit 2024-01-30 14:45:53 -06:00
U-METAL103\103 792fbc419e rul 2024-01-30 14:42:20 -06:00
U-METAL103\103 af4864454d testpaths 2024-01-30 14:33:39 -06:00
U-METAL103\103 3d7afbc88a show4 2024-01-30 14:28:15 -06:00
+4 -4
View File
@@ -43,18 +43,18 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Show Github infos
run: echo 'Workspace path ${{ github.workspace }}'
run: echo 'Workspace path ${{ github.workspace }}' ##D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
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
env:
GITHUB_TOKEN: ${{ github.token }}
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
MYID: ${{ github.steps.artifact-upload-step.outputs.artifact-id }}
MYURL: 'FUCKYOU'
- name: Output MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}'