Skip to content

Commit 6ff8a2f

Browse files
committed
fixed output naming
1 parent f1480ba commit 6ff8a2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
uses: Martin005/[email protected]
1515
with:
1616
spec: server_update.py
17-
options: --onefile, --name "PaperMC-Update"
17+
exe_path: dist
18+
options: --onefile, --name "server_update"
1819
- name: Upload Release
1920
uses: AButler/[email protected]
2021
with:
21-
files: ${{ steps.pyinstall.outputs.executable_path }}
22+
files: "dist/server_update.exe"
2223
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)