diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 02:41:28 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 02:41:28 +0200 |
| commit | 496d732aaf41492099ef0bbada4b43d99e2b7942 (patch) | |
| tree | d3e8dd34a2b3b88c3c58356537fa4e71f193a5e1 /.github/workflows | |
| parent | 26db1c88600111a54978fefb3155e874a902e2f0 (diff) | |
ci: does backblaze not like tar archives?
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5d1dcebfc..4520e0ccf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -214,6 +214,7 @@ jobs: BUCKET: ${{ secrets.B2_BUCKET }} DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }} run: | + file linux_artifacts/dist.tar.gz python3 ci/nightly.py artifact windows-amd64 windows_artifacts/ python3 ci/nightly.py artifact linux-amd64 linux_artifacts/dist.tar.gz python3 ci/nightly.py artifact macos-amd64 macos_artifacts/dist.tar.gz |