Compare commits

...
2 Commits
83 ... 85
Author SHA1 Message Date
U-METAL103\103 5d9a123932 runnertemp 2024-01-30 20:57:13 -06:00
U-METAL103\103 1594d03086 1111111 2024-01-30 20:32:11 -06:00
+2 -12
View File
@@ -43,7 +43,7 @@ jobs:
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
run: echo 'Workspace path ${{ github.workspace }} - runner.temp ${{ runner.temp }}'
- name: Upload Artifact
uses: actions/upload-artifact@v4
@@ -70,16 +70,6 @@ jobs:
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.upload.outputs.artifact-url }}
asset_path: ${{ github.workspace }}\Release.zip
asset_name: Release.zip
asset_content_type: application/zip
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
@@ -87,7 +77,7 @@ jobs:
prerelease: false
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
files: ${{ github.workspace }}\Digital Clock\bin\Release.zip
files: ${{ github.workspace }}\Release.zip
env:
GITHUB_TOKEN: ${{ github.token }}