mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-04-18 10:09:27 +02:00
Action
This commit is contained in:
parent
63ff299eb7
commit
eab3239099
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
|
@ -15,9 +15,9 @@ jobs:
|
|||
- name: Package Application
|
||||
uses: JackMcKew/pyinstaller-action-linux@main
|
||||
with:
|
||||
path: src
|
||||
path: ddgo-converter
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: name-of-artifact
|
||||
name: ddgo-converter
|
||||
path: src/dist/linux
|
||||
|
|
Loading…
Add table
Reference in a new issue