Compare commits

..
2 Commits
33 .. 35
Author SHA1 Message Date
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
+12 -15
View File
@@ -47,6 +47,7 @@ jobs:
with: with:
name: published name: published
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\*
- name: release - name: release
uses: actions/create-release@latest uses: actions/create-release@latest
env: env:
@@ -57,22 +58,18 @@ jobs:
release_name: ${{ steps.version.outputs.version }} release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.run_number }} tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }} body: ${{ github.event.head_commit.message }}
- name: Dump Vars
env:
ALLVARS: ${{ toJSON(vars) }}
shell: bash
run: echo "$ALLVARS"
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
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 }}