Skip to content

Commit

Permalink
SRT
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Feb 26, 2025
1 parent 17d1ba6 commit d9a224a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 32 deletions.
41 changes: 10 additions & 31 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ jobs:
- name: Store MacOS CLI
uses: actions/upload-artifact@v4
with:
name: czkawka_cli-${{ runner.os }}
name: czkawka_cli-${{ runner.os }}-x86_64
path: target/release/czkawka_cli

- name: Store MacOS GUI
uses: actions/upload-artifact@v4
with:
name: czkawka_gui-${{ runner.os }}
name: czkawka_gui-${{ runner.os }}-x86_64
path: target/release/czkawka_gui

- name: Store MacOS Krokiet
uses: actions/upload-artifact@v4
with:
name: krokiet-${{ runner.os }}
name: krokiet-${{ runner.os }}-x86_64
path: target/release/krokiet

- name: Prepare files to release
Expand All @@ -75,19 +75,19 @@ jobs:
- name: Store MacOS CLI Heif
uses: actions/upload-artifact@v4
with:
name: czkawka_cli-${{ runner.os }}-heif
name: czkawka_cli-${{ runner.os }}-heif-x86_64
path: target/release/czkawka_cli

- name: Store MacOS GUI Heif
uses: actions/upload-artifact@v4
with:
name: czkawka_gui-${{ runner.os }}-heif
name: czkawka_gui-${{ runner.os }}-heif-x86_64
path: target/release/czkawka_gui

- name: Store MacOS Krokiet Heif
uses: actions/upload-artifact@v4
with:
name: krokiet-${{ runner.os }}-heif
name: krokiet-${{ runner.os }}-heif-x86_64
path: target/release/krokiet

- name: Prepare files to release 2
Expand Down Expand Up @@ -134,19 +134,19 @@ jobs:
- name: Store MacOS CLI
uses: actions/upload-artifact@v4
with:
name: czkawka_cli-${{ runner.os }}
name: czkawka_cli-${{ runner.os }}-arm
path: target/release/czkawka_cli

- name: Store MacOS GUI
uses: actions/upload-artifact@v4
with:
name: czkawka_gui-${{ runner.os }}
name: czkawka_gui-${{ runner.os }}-arm
path: target/release/czkawka_gui

- name: Store MacOS Krokiet
uses: actions/upload-artifact@v4
with:
name: krokiet-${{ runner.os }}
name: krokiet-${{ runner.os }}-arm
path: target/release/krokiet

- name: Prepare files to release
Expand All @@ -165,25 +165,4 @@ jobs:
macos_czkawka_gui_arm
macos_krokiet_arm
token: ${{ secrets.PAT_REPOSITORY }}

# TODO - compilation is broken, not sure why, if you want to use it you need to fix it(I'm too lazy and don't have MacOS)
- name: Build Release Heif
run: cargo build --release --features heif

- name: Store MacOS CLI Heif
uses: actions/upload-artifact@v4
with:
name: czkawka_cli-${{ runner.os }}-heif
path: target/release/czkawka_cli

- name: Store MacOS GUI Heif
uses: actions/upload-artifact@v4
with:
name: czkawka_gui-${{ runner.os }}-heif
path: target/release/czkawka_gui

- name: Store MacOS Krokiet Heif
uses: actions/upload-artifact@v4
with:
name: krokiet-${{ runner.os }}-heif
path: target/release/krokiet
# TODO - arm builds not works now with heif
1 change: 0 additions & 1 deletion czkawka_gui/src/connect_things/connect_popovers_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ mod test {
use glib::types::Type;
use gtk4::prelude::*;
use gtk4::{Popover, TreeView};
use rand::random;

use crate::connect_things::connect_popovers_sort::{popover_sort_general, sort_iters};

Expand Down

0 comments on commit d9a224a

Please sign in to comment.