GitHub Actions: add apt-get update before installing curl
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
de1e439110
commit
2aac551089
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
- name: copy to transfer.sh
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl --upload-file Subsurface-mobile.apk "https://transfer.sh/Subsurface-mobile.apk
|
||||
curl --upload-file Subsurface-mobile.arm64.apk "https://transfer.sh/Subsurface-mobile.arm64.apk
|
||||
|
||||
1
.github/workflows/linux-trusty-5.12.yml
vendored
1
.github/workflows/linux-trusty-5.12.yml
vendored
@ -35,5 +35,6 @@ jobs:
|
||||
- name: copy to transfer.sh
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl --upload-file Subsurface.AppImage "https://transfer.sh/Subsurface.AppImage
|
||||
|
||||
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
||||
- name: copy to transfer.sh
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl --upload-file subsurface-installer.exe "https://transfer.sh/subsurface-installer.exe
|
||||
curl --upload-file subsurface.exe "https://transfer.sh/subsurface.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user