Skip to content

Commit

Permalink
Updated Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Oct 13, 2024
1 parent 606a407 commit d73ef9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: .\venv\Scripts\activate.bat
- run: pip install .
- run: cxfreeze bdist_msi
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build_release
path: dist/OSCR-UI-win64.msi
Expand All @@ -36,7 +36,7 @@ jobs:

steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build_release
path: .
Expand Down

0 comments on commit d73ef9d

Please sign in to comment.