Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 26, 2024
1 parent 071ea31 commit f9c3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Build Windows executable
run: python setup.py build_exe

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./build/*

0 comments on commit f9c3146

Please sign in to comment.