瀏覽代碼

ci: really, what's in there?

Laytan Laats 1 年之前
父節點
當前提交
f4322886f3
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/nightly.yml

+ 1 - 2
.github/workflows/nightly.yml

@@ -162,7 +162,6 @@ jobs:
     runs-on: [ubuntu-latest]
     runs-on: [ubuntu-latest]
     needs: [build_windows, build_macos, build_macos_arm, build_linux]
     needs: [build_windows, build_macos, build_macos_arm, build_linux]
     steps:
     steps:
-      - uses: actions/checkout@v4
       - uses: actions/setup-python@v2
       - uses: actions/setup-python@v2
         with:
         with:
           python-version: '3.8.x'
           python-version: '3.8.x'
@@ -205,7 +204,7 @@ jobs:
           BUCKET: ${{ secrets.B2_BUCKET }}
           BUCKET: ${{ secrets.B2_BUCKET }}
           DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }}
           DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }}
         run: |
         run: |
-          tree
+          tree -d -L 2
           python3 ci/nightly.py artifact windows-amd64 windows_artifacts/
           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 linux-amd64 linux_artifacts/dist.tar.gz
           python3 ci/nightly.py artifact macos-amd64 macos_artifacts/dist.tar.gz
           python3 ci/nightly.py artifact macos-amd64 macos_artifacts/dist.tar.gz