fix: attempting to fix upload-artifact
This commit is contained in:
parent
f049f7d73f
commit
57f63d2447
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
./appimagetool-x86_64.AppImage AppDir
|
||||
|
||||
- name: Upload Linux Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: TimeLogix-AppImage
|
||||
path: TimeLogix*.AppImage
|
||||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
run: pyinstaller --onefile --windowed time_logix.py
|
||||
|
||||
- name: Upload Windows Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: TimeLogix-Windows
|
||||
path: dist/time_logix.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue