mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Update github actions part 4
This commit is contained in:
parent
d70ff9aa0a
commit
c78b1dd60b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: |
|
||||
pyinstaller BeeRef.spec
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-${{ matrix.os }}
|
||||
path: dist/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue