mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-04-19 18:39:29 +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
|
- name: Package Application
|
||||||
uses: JackMcKew/pyinstaller-action-linux@main
|
uses: JackMcKew/pyinstaller-action-linux@main
|
||||||
with:
|
with:
|
||||||
path: src
|
path: ddgo-converter
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: name-of-artifact
|
name: ddgo-converter
|
||||||
path: src/dist/linux
|
path: src/dist/linux
|
||||||
|
|
Loading…
Add table
Reference in a new issue