Skip to content

Commit

Permalink
ci: updated rclone version using .deb (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile authored Jun 3, 2024
1 parent b428330 commit 836dc3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
steps:
- name: Install rclone
run: |
sudo apt-get update
sudo apt-get install -y rclone
TMP_FILE=$(mktemp)
wget https://downloads.rclone.org/v1.66.0/rclone-v1.66.0-linux-amd64.deb -O "$TMP_FILE"
sudo dpkg -i "$TMP_FILE"
- name: Copy packages
run: rclone sync -M --no-update-modtime -v spaces:nethsecurity/dev/${{ env.MAJOR_VERSION }}/ spaces:nethsecurity/stable/${{ env.MAJOR_VERSION }}/
- name: Update latest release
Expand Down

0 comments on commit 836dc3c

Please sign in to comment.