Fix release script... oops

This commit is contained in:
Eauldane
2025-08-22 12:22:12 +01:00
parent 101b8b5445
commit eefbd99a8f
2 changed files with 1 additions and 5 deletions

View File

@@ -29,10 +29,6 @@ jobs:
run: |
$ver = '${{ github.ref }}' -replace 'refs/tags/',''
Compress-Archive -Path MareSynchronos\bin\x64\Release\* -DestinationPath SnowcloakClient.zip
'{ "version": "' + $ver + '" }' | Out-File -FilePath '.\assets\mp3\manifest.json'
'{ "version": "' + $ver + '" }' | Out-File -FilePath '.\assets\ogg\manifest.json'
Compress-Archive -Path assets\mp3\* -DestinationPath assets-mp3.zip
Compress-Archive -Path assets\ogg\* -DestinationPath assets-ogg.zip
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:

View File

@@ -2,7 +2,7 @@
<Project Sdk="Dalamud.NET.Sdk/13.0.0">
<PropertyGroup>
<AssemblyName>Snowcloak</AssemblyName>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<PackageProjectUrl>https://github.com/Eauldane/SnowcloakClient/</PackageProjectUrl>
</PropertyGroup>