Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Feb 20, 2024
1 parent f155976 commit c3f7a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-onewarestudio-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Sign Installer (SKIP)
run: echo "TODO"
- name: Create VersionInfo
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.msi > ./out/win-x64.txt
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.msi" > ./out/win-x64.txt
- uses: joutvhu/ftp-transfer@v1
name: Upload
with:
Expand Down

0 comments on commit c3f7a7b

Please sign in to comment.