diff options
| author | Mikkel Hjortshoej <fyoucon@gmail.com> | 2020-04-15 20:13:44 +0200 |
|---|---|---|
| committer | Mikkel Hjortshoej <fyoucon@gmail.com> | 2020-04-15 20:13:44 +0200 |
| commit | df5626cc1f67112840e05ee8f2b9bdf8fa1f3a3b (patch) | |
| tree | f9244606881f8bdee049294928355b08238f1121 /.github | |
| parent | 2dcc986c4c829c505d2e3f70d2b7e289acfae5cf (diff) | |
Pass the bucket to /ci/create_nightly_json.py
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 58129effd..a5dadb7fe 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -127,7 +127,7 @@ jobs: ./ci/upload-create-nightly.sh "$BUCKET" ubuntu-amd64 ubuntu_artifacts/ ./ci/upload-create-nightly.sh "$BUCKET" macos-amd64 macos_artifacts/ - python3 ci/create_nightly_json.py > nightly.json + python3 ci/create_nightly_json.py "$BUCKET" > nightly.json b2 upload-file "$BUCKET" nightly.json nightly.json b2 clear-account
\ No newline at end of file |