Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 27, 2024
1 parent a6fb2a6 commit b1159f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-studio-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-studio-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-studio-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1159f9

Please sign in to comment.