mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 13:31:47 -03:00
Update release.yml
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -83,6 +83,8 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ github.ref_type == 'tag' && github.ref_name || 'manual-' + github.sha }}
|
||||
name: ${{ github.ref_type == 'tag' && github.ref_name || 'Manual build ' + github.sha }}
|
||||
files: |
|
||||
artifacts/linux-builds/**/*
|
||||
artifacts/windows-builds/**/*
|
||||
@@ -90,3 +92,4 @@ jobs:
|
||||
generate_release_notes: true
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user