Compare commits

...
7 Commits
39 ... 46
Author SHA1 Message Date
U-METAL103\103 70041ea629 ....iiiidddd 2024-01-28 19:44:21 -06:00
U-METAL103\103 2d639169ae iiidddd 2024-01-28 19:42:00 -06:00
U-METAL103\103 7d79c9c04b FUCK!!!!!!!! 2024-01-28 13:48:35 -06:00
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
U-METAL103\103 29bde69ab4 ==D~~~~~~~~~~~~~ 2024-01-28 13:01:27 -06:00
2 changed files with 13 additions and 10 deletions
+10 -7
View File
@@ -45,13 +45,20 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: published
name: 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: Output artifact ID
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
##- name: Get Artifact URL
## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip"
- name: Create Release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ github.token }}
@@ -67,10 +74,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${MYURL}
asset_path: ${{ steps.extract.outputs.destination }}
asset_name: ${{ steps.extract.outputs.destination }}
asset_content_type: application/zip
upload_url: ${{ env.MYURL }}
- name: Upload Release
uses: softprops/action-gh-release@v1
@@ -85,4 +89,3 @@ jobs:
View File