diff --git a/.github/workflows/publish-studio-linux.yaml b/.github/workflows/publish-studio-linux.yaml index 82b69d9d..9245155c 100644 --- a/.github/workflows/publish-studio-linux.yaml +++ b/.github/workflows/publish-studio-linux.yaml @@ -43,6 +43,9 @@ jobs: tag: ${{ steps.get-props-version.outputs.info }} artifacts: "./out/*.tar.gz" allowUpdates: true + omitBody: True + omitBodyDuringUpdate: True + omitNameDuringUpdate: True - name: Create VersionInfo x64 run: echo "${{ steps.get-oneware-version.outputs.info }}|https://cdn.one-ware.com/onewarestudio/${{ steps.get-oneware-version.outputs.info }}/OneWareStudio-${{ steps.get-oneware-version.outputs.info }}-x64.tar.gz" > ./out/linux-x64.txt - uses: joutvhu/ftp-transfer@v1 diff --git a/.github/workflows/publish-studio-macos.yml b/.github/workflows/publish-studio-macos.yml index bba2eb15..2ce5c329 100644 --- a/.github/workflows/publish-studio-macos.yml +++ b/.github/workflows/publish-studio-macos.yml @@ -47,6 +47,9 @@ jobs: tag: ${{ steps.get-props-version.outputs.info }} artifacts: "./studio/OneWare.Studio.Desktop.MacOSInstaller/publish/*.dmg" allowUpdates: true + omitBody: True + omitBodyDuringUpdate: True + omitNameDuringUpdate: True - name: Create Button HTML x64 shell: pwsh run: ((Get-Content -path ./studio/OneWare.Studio.Desktop.MacOSInstaller/MacOSDownloadTemplate-x64.htm -Raw) -replace '\$version\$', '${{ steps.get-oneware-version.outputs.info }}') | Set-Content -NoNewline -Path ./out/MacOSDownload-x64.htm -Encoding UTF8 diff --git a/.github/workflows/publish-studio-windows.yml b/.github/workflows/publish-studio-windows.yml index 4de832fd..38444731 100644 --- a/.github/workflows/publish-studio-windows.yml +++ b/.github/workflows/publish-studio-windows.yml @@ -46,8 +46,11 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.get-props-version.outputs.info }} - artifacts: "./out/en-us/OneWareStudio-${{ steps.get-oneware-version.outputs.info }}-x64.msi" + artifacts: "./out/en-us/*.msi" allowUpdates: true + omitBody: True + omitBodyDuringUpdate: True + omitNameDuringUpdate: True - uses: joutvhu/ftp-transfer@v1 name: Upload with: