mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix build.yaml
This commit is contained in:
parent
6ff4a34315
commit
21cd3c1d20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
- name: Run build.py
|
||||
run: |
|
||||
python build.py
|
||||
- uses: actions/upload-artifact@v2
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: dist/*.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue