Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d79c9c04b | ||
|
|
01cee9687e |
@@ -51,12 +51,6 @@ jobs:
|
||||
env:
|
||||
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: Release
|
||||
path: /bin/Release
|
||||
|
||||
- name: Create Release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
@@ -74,8 +68,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${ MYURL }
|
||||
asset_path: bin/Release
|
||||
asset_name: Release
|
||||
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