forgejo: always create artifacts for build stage
This commit is contained in:
parent
a6e60edfd9
commit
d00a14e695
2 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- name: Package build
|
- name: Package build
|
||||||
run: ${{ github.workspace }}/.forgejo/bin/build.sh
|
run: |
|
||||||
|
${{ github.workspace }}/.forgejo/bin/build.sh
|
||||||
|
touch packages/dummy
|
||||||
- name: Package upload
|
- name: Package upload
|
||||||
uses: forgejo/upload-artifact@v3
|
uses: forgejo/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -23,7 +23,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- name: Package build
|
- name: Package build
|
||||||
run: ${{ github.workspace }}/.forgejo/bin/build.sh
|
run: |
|
||||||
|
${{ github.workspace }}/.forgejo/bin/build.sh
|
||||||
|
touch packages/dummy
|
||||||
- name: Package upload
|
- name: Package upload
|
||||||
uses: forgejo/upload-artifact@v3
|
uses: forgejo/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue