This commit is contained in:
U-METAL103\103
2024-01-27 21:13:39 -06:00
parent 1249022fd4
commit cd3cf0fc6a
+11
View File
@@ -48,6 +48,17 @@ 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
uses: actions/create-release@v1
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
body_path: readme.md
env:
GITHUB_TOKEN: ${{ github.token }}