diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a7806f..260ac4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}