Skip to content

Commit

Permalink
Fixed build-win
Browse files Browse the repository at this point in the history
  • Loading branch information
draupner1 committed Jun 30, 2024
1 parent 0fc33dc commit cfd2914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
if: contains(github.event.head_commit.message, '[build-win]' ) || github.event_name == 'workflow_dispatch' # only run if commit message contains [build]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.10
# - name: Install dependencies
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
pynsist installer.cfg
cp build/nsis/oai-windows-installer.exe out/oai-windows-installer.exe
- name: Upload Release Windows
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows Binary
path: out/oai-windows-installer.exe
Expand Down

0 comments on commit cfd2914

Please sign in to comment.