CICD.yml: Dedup a mkdir

This commit is contained in:
oech3 2025-11-28 16:54:04 +09:00 committed by GitHub
parent 43dd238fea
commit 4429d44ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -712,7 +712,6 @@ jobs:
shell: bash
run: |
## Create build/work space
mkdir -p '${{ steps.vars.outputs.STAGING }}'
mkdir -p '${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_BASENAME }}'
- name: Install/setup prerequisites
shell: bash