Skip to content

Commit

Permalink
Gtk 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Feb 26, 2025
1 parent 729d7ba commit dcc7315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
container_4_10:
runs-on: ubuntu-latest
container:
image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.10
image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.12
steps:
- uses: actions/checkout@v4
- name: Install additional dependencies
Expand Down Expand Up @@ -190,21 +190,21 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: czkawka-windows-${{ github.sha }}-4.10
name: czkawka-windows-${{ github.sha }}-4.12
path: |
./package
if-no-files-found: error

- name: Prepare files to release
run: |
mv ./package windows_czkawka_gui_gtk_410.zip
mv ./package windows_czkawka_gui_gtk_412.zip
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ github.ref == 'refs/heads/master' }}
with:
tag_name: "Nightly"
files: |
windows_czkawka_gui_gtk_410.zip
windows_czkawka_gui_gtk_412.zip
token: ${{ secrets.PAT_REPOSITORY }}

container_4_6:
Expand Down

0 comments on commit dcc7315

Please sign in to comment.