forked from Eauldane/SnowcloakClient
Fix release script... oops
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user