Updating Windows Gubbins

Since we are combining the scripts, the second half is no longer on Ubuntu
This commit is contained in:
Hydrus Network Developer 2024-02-18 16:53:01 -06:00
parent 5bc9fdada0
commit 164c3c0bd1
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 4 additions and 5 deletions

View File

@ -80,14 +80,13 @@ jobs:
name: Extract Version Metadata
id: meta
run: |
echo "version=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo "version_short=${GITHUB_REF##*/v}" >> $GITHUB_ENV
echo "version=${{ github.ref_name }}" >> %GITHUB_ENV%
echo "version_short=%version:~1%" >> %GITHUB_ENV%
-
name: Rename Files
run: |
mkdir windows
mv dist\HydrusInstaller.exe Hydrus.Network.${{ env.version_short }}.-.Windows.-.Installer.exe
mv dist\Windows-Extract.zip Hydrus.Network.${{ env.version_short }}.-.Windows.-.Extract.only.zip
move dist\HydrusInstaller.exe Hydrus.Network.${{ env.version_short }}.-.Windows.-.Installer.exe
move dist\Windows-Extract.zip Hydrus.Network.${{ env.version_short }}.-.Windows.-.Extract.only.zip
-
name: Upload Files
uses: softprops/action-gh-release@v1