Skip to content

Commit

Permalink
whyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Feb 20, 2024
1 parent 437212f commit e77f8d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-onewarestudio-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
with:
xml-file: './build/props/Base.props'
xpath: "//*[local-name()='Project']/*[local-name()='PropertyGroup']/*[local-name()='Version']"
- uses: joutvhu/ftp-transfer@v1
name: FTP Upload
with:
host: w01e537f.kasserver.com
port: 21
username: w01e537f
password: ${{ secrets.ONEWARE_FTP }}
commands: |
mkdir ./cdn.one-ware.com/onewarestudio/${{ steps.get-oneware-version.outputs.info }}
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit e77f8d5

Please sign in to comment.