Compare commits

..
4 Commits
33 .. 37
Author SHA1 Message Date
U-METAL103\103 8eb8cea50c fucking urls 2024-01-28 11:27:58 -06:00
U-METAL103\103 45fcfcbc43 blah 2024-01-28 10:44:39 -06:00
U-METAL103\103 47311a2513 toilet 2024-01-28 05:20:25 -06:00
U-METAL103\103 1297c6ae9b release1 2024-01-28 04:54:58 -06:00
+20 -16
View File
@@ -47,6 +47,7 @@ jobs:
with:
name: published
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
- name: release
uses: actions/create-release@latest
env:
@@ -58,23 +59,26 @@ jobs:
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
- name: Dump Vars
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
ALLVARS: ${{ toJSON(vars) }}
shell: bash
run: echo "$ALLVARS"
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.artifact-upload-step.outputs.artifact-url }}
asset_path: ${{ steps.extract.outputs.destination }}
asset_name: ${{ steps.extract.outputs.destination }}
asset_content_type: application/zip
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
draft: false
prerelease: false
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
files: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
env:
GITHUB_TOKEN: ${{ github.token }}