Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d305896b8 | ||
|
|
75d35b75ee | ||
|
|
8eb8cea50c | ||
|
|
45fcfcbc43 | ||
|
|
47311a2513 |
+20
-11
@@ -47,6 +47,10 @@ jobs:
|
||||
with:
|
||||
name: published
|
||||
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
||||
retention-days: 1
|
||||
env:
|
||||
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
||||
|
||||
- name: release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
@@ -58,21 +62,26 @@ jobs:
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
|
||||
- name: Upload Release
|
||||
- name: Upload Release Asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
name: published
|
||||
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
upload_url: ${MYURL}
|
||||
asset_path: ${{ steps.extract.outputs.destination }}
|
||||
asset_name: ${{ steps.extract.outputs.destination }}
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Upload Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: false
|
||||
prerelease: false
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
files: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user