Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d305896b8 | ||
|
|
75d35b75ee | ||
|
|
8eb8cea50c |
@@ -47,6 +47,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: published
|
name: published
|
||||||
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
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
|
- name: release
|
||||||
uses: actions/create-release@latest
|
uses: actions/create-release@latest
|
||||||
@@ -64,7 +67,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${MYURL}
|
||||||
asset_path: ${{ steps.extract.outputs.destination }}
|
asset_path: ${{ steps.extract.outputs.destination }}
|
||||||
asset_name: ${{ steps.extract.outputs.destination }}
|
asset_name: ${{ steps.extract.outputs.destination }}
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|||||||
Reference in New Issue
Block a user