Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Nov 26, 2024
1 parent 46f1a27 commit 1d1cc3a
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-pack-win64:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/setup-dotnet@v1
with:
Expand All @@ -19,11 +19,30 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

- uses: actions/setup-python@v2
with:
python-version: '3.12'

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

- run: py -3.12 -m pip install --user pipx
- run: py -3.12 -m pipx ensurepath
- run: pipx install gvsbuild
- run: gvsbuild build gtk4 libadwaita librsvg
- run: echo "C:\gtk-build\gtk\x64\release\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Update dependencies
run: bash update_dependencies.sh

- name: Build
run: bash build_pack.sh
- name: Build .Net
run: bash build.sh

- name: Build Rust
run: cargo build --release

- name: Pack
run: bash pack.sh

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1d1cc3a

Please sign in to comment.