Updated workflow
This commit is contained in:
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.version.outputs.tag_name }}
|
tag_name: ${{ steps.version.outputs.tag_name }}
|
||||||
name: Dev Build ${{ steps.version.outputs.tag_name }}
|
name: Release ${{ steps.version.outputs.tag_name }}
|
||||||
body: |
|
body: |
|
||||||
Automated dev build of OmniNX Downloader
|
Automated dev build of OmniNX Downloader
|
||||||
Commit: ${{ github.sha }}
|
Commit: ${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user