Skip to content

Commit

Permalink
refactor: Update Windows GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Sep 18, 2024
1 parent df6e1d4 commit e759fde
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
.\venv\Scripts\Activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade cx_Freeze
# pip install --upgrade cx_Freeze
pip install --force --no-cache --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze
shell: pwsh

- name: Build MSI
Expand Down Expand Up @@ -72,6 +73,10 @@ jobs:
}
shell: pwsh

- name: Fetch all tags
run: git fetch --tags
shell: pwsh

- name: Create Changelog
id: changelog
uses: loopwerk/tag-changelog@v1.3.0
Expand Down

0 comments on commit e759fde

Please sign in to comment.