Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2a96579e4 | ||
|
|
ee5ec01f65 | ||
|
|
f4674c8515 | ||
|
|
5a1877c715 | ||
|
|
cf5607f783 | ||
|
|
a90f31540d | ||
|
|
aeb6b43254 | ||
|
|
0c01ad30c1 | ||
|
|
22bddf5b79 | ||
|
|
66d92940d9 | ||
|
|
b86b1ea8dd | ||
|
|
ab21c9d1b7 | ||
|
|
233d5c9f2e | ||
|
|
f589b6f1bf | ||
|
|
49efbea146 | ||
|
|
da4ad80b8c | ||
|
|
b992b7b804 | ||
|
|
5d9a123932 | ||
|
|
1594d03086 |
@@ -43,7 +43,7 @@ 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 }}' ##D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc
|
run: echo 'Workspace path ${{ github.workspace }} - runner.temp ${{ runner.temp }}'
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -51,6 +51,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Release
|
name: Release
|
||||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||||
|
overwrite: true
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- name: Output artifact ID
|
- name: Output artifact ID
|
||||||
@@ -70,15 +71,11 @@ jobs:
|
|||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
- name: Upload Release Asset
|
- name: Zipping up Release folder
|
||||||
uses: actions/upload-release-asset@v1
|
run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
- name: test
|
||||||
with:
|
run: ls -R
|
||||||
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
|
- name: Upload Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
@@ -87,7 +84,7 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
files: ${{ github.workspace }}\Digital Clock\bin\Release.zip
|
files: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Release.zip
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user