Skip to content

Commit f1480ba

Browse files
committed
Fixed workflow output
1 parent 546433e commit f1480ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- name: PyInstaller Action
13+
id: pyinstall
1314
uses: Martin005/[email protected]
1415
with:
1516
spec: server_update.py
1617
options: --onefile, --name "PaperMC-Update"
1718
- name: Upload Release
1819
uses: AButler/[email protected]
1920
with:
20-
files: ${{ steps.step1.outputs.executable_path }}
21+
files: ${{ steps.pyinstall.outputs.executable_path }}
2122
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)