ci: Update nightly build workflow to prepare directory for artifacts (#1474)

- Added a step to create a 'bin' directory in the nightly build workflow to organize build artifacts more effectively.
This commit is contained in:
LoGin 2025-12-15 15:49:15 +08:00 committed by GitHub
parent 6211826a7f
commit f1d384a7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -69,8 +69,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout DragonOS code
uses: actions/checkout@v4
- name: Prepare directory
run: |
mkdir -p bin
- name: Download build artifacts
uses: actions/download-artifact@v4