always create packages folder
This commit is contained in:
parent
45692472d5
commit
a410a05a22
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 500
|
||||
- name: Package build
|
||||
run: ${{ github.workspace }}/.forgejo/bin/build.sh
|
||||
run: |
|
||||
${{ github.workspace }}/.forgejo/bin/build.sh
|
||||
mkdir -p packages/dummy
|
||||
- name: Package upload
|
||||
uses: forgejo/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue