Compare commits

...
7 Commits
40 ... 47
Author SHA1 Message Date
U-METAL103\103 c6553de241 env.myid 2024-01-28 20:50:17 -06:00
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
2 changed files with 12 additions and 8 deletions
+9 -5
View File
@@ -49,8 +49,16 @@ jobs:
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 retention-days: 1
env: env:
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
- name: Output artifact ID
run: echo 'Artifact ID is ${{ env.MYID }}'
##- 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 - name: Create Release
uses: actions/create-release@latest uses: actions/create-release@latest
env: env:
@@ -67,10 +75,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
with: with:
upload_url: ${MYURL} upload_url: ${{ env.MYURL }}
asset_path: bin/Release
asset_name: Release
asset_content_type: application/zip
- name: Upload Release - name: Upload Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
@@ -85,4 +90,3 @@ jobs:
View File