Skip to content

Commit

Permalink
fix specfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent 0ce4122 commit 90c3a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo $SI > serverinfo.txt && echo $ULCRT > cert.pem
- name: package cogmood
shell: bash -l {0}
run: cd package && python -m PyInstaller cogmood_winkivy.spec
run: cd package && python -m PyInstaller cogmood_windows.spec
- name: save exe
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: echo "$SIMAC" > serverinfo.txt && echo "$ULCRTMAC" > cert.pem
- name: package cogmood
shell: bash -l {0}
run: cd package && python -m PyInstaller cogmood_mackivy.spec
run: cd package && python -m PyInstaller cogmood_mac.spec
- name: save exe
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 90c3a84

Please sign in to comment.