|
@@ -180,21 +180,31 @@ jobs:
|
|
uses: actions/[email protected]
|
|
uses: actions/[email protected]
|
|
with:
|
|
with:
|
|
name: windows_artifacts
|
|
name: windows_artifacts
|
|
|
|
+ path: windows_artifacts
|
|
|
|
|
|
- name: Download Ubuntu artifacts
|
|
- name: Download Ubuntu artifacts
|
|
uses: actions/[email protected]
|
|
uses: actions/[email protected]
|
|
with:
|
|
with:
|
|
name: linux_artifacts
|
|
name: linux_artifacts
|
|
|
|
+ path: linux_artifacts
|
|
|
|
|
|
- name: Download macOS artifacts
|
|
- name: Download macOS artifacts
|
|
uses: actions/[email protected]
|
|
uses: actions/[email protected]
|
|
with:
|
|
with:
|
|
name: macos_artifacts
|
|
name: macos_artifacts
|
|
|
|
+ path: macos_artifacts
|
|
|
|
|
|
- name: Download macOS arm artifacts
|
|
- name: Download macOS arm artifacts
|
|
uses: actions/[email protected]
|
|
uses: actions/[email protected]
|
|
with:
|
|
with:
|
|
name: macos_arm_artifacts
|
|
name: macos_arm_artifacts
|
|
|
|
+ path: macos_arm_artifacts
|
|
|
|
+
|
|
|
|
+ - name: Debug
|
|
|
|
+ run: |
|
|
|
|
+ tree -d -L 2
|
|
|
|
+
|
|
|
|
+ - uses: actions/checkout@v4
|
|
|
|
|
|
- name: Create archives and upload
|
|
- name: Create archives and upload
|
|
shell: bash
|
|
shell: bash
|
|
@@ -204,7 +214,6 @@ 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 -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
|