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:
parent
6211826a7f
commit
f1d384a7ac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue