Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
New WebDAV server
  • Loading branch information
yanosz authored Feb 26, 2023
1 parent f207281 commit fc449d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
files: |
JellingStone*.zip
- name: "Upload files to webdav.fieldtracks.org"
uses: "bxb100/action-upload-webdav@d19f1edf785abf4b0b7f818ba46b6dba9b0334c6"
uses: "bxb100/action-upload-webdav@v1"
with:
webdav_address: https://webdav.fieldtracks.org
webdav_address: ${{secrets.webdav_url}}
webdav_username: ${{secrets.webdav_username}}
webdav_password: ${{secrets.webdav_password}}
webdav_upload_path: "/JellingStone"
webdav_upload_path: "releases/JellingStone"
files: "JellingStone*.zip"

0 comments on commit fc449d9

Please sign in to comment.