Skip to content

Commit

Permalink
fixed output naming
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenCochell committed Aug 2, 2024
1 parent f1480ba commit 6ff8a2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
uses: Martin005/pyinstaller-action@v1.2.0
with:
spec: server_update.py
options: --onefile, --name "PaperMC-Update"
exe_path: dist
options: --onefile, --name "server_update"
- name: Upload Release
uses: AButler/upload-release-assets@v3.0
with:
files: ${{ steps.pyinstall.outputs.executable_path }}
files: "dist/server_update.exe"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ff8a2f

Please sign in to comment.