Fix release script... oops

This commit is contained in:
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: