Skip to content

Commit 96af966

Browse files
committed
Workflow
1 parent 7318b79 commit 96af966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: macos-executable
30-
path: dist/PyCalc-SE
30+
path: dist/PyCalc-GUI
3131

3232
build-linux:
3333
runs-on: ubuntu-latest
@@ -49,4 +49,4 @@ jobs:
4949
uses: actions/upload-artifact@v4
5050
with:
5151
name: linux-executable
52-
path: dist/PyCalc-SE
52+
path: dist/PyCalc-GUI

0 commit comments

Comments
 (0)