mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
build: use the release builds not master of nfpm and github-release
Fixes #3580
This commit is contained in:
parent
f73dae1e77
commit
def411da62
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -197,7 +197,7 @@ jobs:
|
|||||||
- name: Deploy built binaries
|
- name: Deploy built binaries
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make release_dep
|
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then make release_dep ; fi
|
||||||
make travis_beta
|
make travis_beta
|
||||||
env:
|
env:
|
||||||
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||||
|
4
Makefile
4
Makefile
@ -87,8 +87,8 @@ build_dep:
|
|||||||
|
|
||||||
# Get the release dependencies
|
# Get the release dependencies
|
||||||
release_dep:
|
release_dep:
|
||||||
go get -u github.com/goreleaser/nfpm/...
|
go run bin/get-github-release.go -extract nfpm goreleaser/nfpm 'nfpm_.*_Linux_x86_64.tar.gz'
|
||||||
go get -u github.com/aktau/github-release
|
go run bin/get-github-release.go -extract github-release aktau/github-release 'linux-amd64-github-release.tar.bz2'
|
||||||
|
|
||||||
# Update dependencies
|
# Update dependencies
|
||||||
update:
|
update:
|
||||||
|
Loading…
Reference in New Issue
Block a user