mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Make release filename consistent with release tag
Required change for auto-update system
This commit is contained in:
parent
e8b3e6b52e
commit
bbb3b1e38a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: |
|
||||
echo target-out-path=${{ env.project-path }}/bin/Release/${{ env.target-version }}/${{ matrix.target }}/publish/ >> $GITHUB_ENV
|
||||
echo assembly-info=${{ env.project-path }}/Properties/AssemblyInfo.cs >> $GITHUB_ENV
|
||||
echo build-version-info=${{ env.date_dashed }}-${{ github.run_number }} >> $GITHUB_ENV
|
||||
echo build-version-info=${{ env.date }}-${{ github.run_number }} >> $GITHUB_ENV
|
||||
echo commit=$(echo ${{ github.sha }} | cut -c 1-7) >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Environment Variables (late)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue