Update .forgejo/workflows/build.yml
This commit is contained in:
parent
4f1f23fcdf
commit
df6a00c6f0
1 changed files with 8 additions and 1 deletions
|
@ -49,7 +49,14 @@ jobs:
|
|||
path: |
|
||||
Beef
|
||||
key: BeefRepository
|
||||
|
||||
- name: Create build artifact
|
||||
run: |
|
||||
mkdir artifact
|
||||
cp -Lr Beef/IDE/dist artifact
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BeefBuild
|
||||
path: artifact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue