Update .forgejo/workflows/build.yml

This commit is contained in:
Booklordofthedings 2024-09-12 16:54:17 +02:00
parent 4f1f23fcdf
commit df6a00c6f0

View file

@ -49,7 +49,14 @@ jobs:
path: | path: |
Beef Beef
key: BeefRepository key: BeefRepository
- name: Create build artifact - name: Create build artifact
run: | run: |
mkdir artifact mkdir artifact
cp -Lr Beef/IDE/dist artifact cp -Lr Beef/IDE/dist artifact
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: BeefBuild
path: artifact