diff options
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8fa3dd6af..490008a8b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 |