1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-25 12:43:42 +00:00

build: use the release builds not master of nfpm and github-release

Fixes #3580
This commit is contained in:
Nick Craig-Wood
2019-10-01 14:04:31 +01:00
parent f73dae1e77
commit def411da62
2 changed files with 3 additions and 3 deletions

View File

@@ -197,7 +197,7 @@ jobs:
- name: Deploy built binaries
shell: bash
run: |
make release_dep
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then make release_dep ; fi
make travis_beta
env:
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}