Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d79c9c04b | ||
|
|
01cee9687e | ||
|
|
316465e293 | ||
|
|
c308df1578 |
@@ -50,7 +50,7 @@ jobs:
|
||||
retention-days: 1
|
||||
env:
|
||||
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
||||
|
||||
|
||||
- name: Create Release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
@@ -67,9 +67,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${MYURL}
|
||||
asset_path: bin/Release
|
||||
asset_name: Release
|
||||
upload_url: ${ MYURL }
|
||||
asset_path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\Release.zip
|
||||
asset_name: Release.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Upload Release
|
||||
|
||||
Reference in New Issue
Block a user