diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 02:19:39 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 02:19:39 +0200 |
| commit | f4322886f3686cd699be8f7a777a723741554133 (patch) | |
| tree | 44c81d2a14f76d967507f5d8c9c3b99db1ca1dc5 /.github | |
| parent | 005cadb52cef3646551bdc29b57391bca2619e88 (diff) | |
ci: really, what's in there?
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a21a136c4..afc2f0739 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -162,7 +162,6 @@ jobs: runs-on: [ubuntu-latest] needs: [build_windows, build_macos, build_macos_arm, build_linux] steps: - - uses: actions/checkout@v4 - uses: actions/setup-python@v2 with: python-version: '3.8.x' @@ -205,7 +204,7 @@ jobs: BUCKET: ${{ secrets.B2_BUCKET }} DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }} run: | - tree + tree -d -L 2 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 |