Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 8, 2025
1 parent e8b6db2 commit 1859ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
mkdir -p ~/.config/rclone
cat << EOF > ~/.config/rclone/rclone.conf
[cratedb-datasets]
[datasets]
type = webdav
url = https://cdn.crate.io/downloads/datasets/cratedb-datasets/
url = https://cdn.crate.io/downloads/datasets
vendor = other
EOF
Expand All @@ -44,5 +44,5 @@ jobs:
RCLONE_WEBDAV_USER: webdav
RCLONE_WEBDAV_PASS: ${{ secrets.RCLONE_WEBDAV_PASS }}
run: |
rclone sync ${GITHUB_WORKSPACE} cratedb-datasets:/ \
rclone sync ${GITHUB_WORKSPACE} datasets:/cratedb-datasets \
--copy-links --delete-excluded --exclude="/.git**"

0 comments on commit 1859ced

Please sign in to comment.