Compare commits

..
3 Commits
40 .. 43
Author SHA1 Message Date
U-METAL103\103 01cee9687e 111111111 2024-01-28 13:44:25 -06:00
U-METAL103\103 316465e293 0000000000 2024-01-28 13:32:44 -06:00
U-METAL103\103 c308df1578 !!!!!!!!!!! 2024-01-28 13:12:21 -06:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -67,9 +67,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${MYURL}
asset_path: bin/Release
asset_name: Release
upload_url: ${{ steps.create_release.outputs.upload_url }}
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
View File