From 8a63f19fa7863e8b0dfcd42fbc1d7511891249a6 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 19 Sep 2022 16:42:36 +0000 Subject: [PATCH] try fit github CI --- .github/workflows/Build_PR.yml | 4 ++-- .github/workflows/make_release_bins.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build_PR.yml b/.github/workflows/Build_PR.yml index 0c9333c..ea633ca 100644 --- a/.github/workflows/Build_PR.yml +++ b/.github/workflows/Build_PR.yml @@ -18,8 +18,8 @@ jobs: - name: make run: | - make appimage-bld/osc-tui-x86_64.AppImage - ./appimage-bld/osc-tui-x86_64.AppImage --help + make osc-tui-x86_64.AppImage + ./osc-tui-x86_64.AppImage --help - uses: "actions/upload-artifact@v2" with: diff --git a/.github/workflows/make_release_bins.yml b/.github/workflows/make_release_bins.yml index 4433ae9..3c03751 100644 --- a/.github/workflows/make_release_bins.yml +++ b/.github/workflows/make_release_bins.yml @@ -18,8 +18,8 @@ jobs: - name: make run: | - make appimage-bld/osc-tui-x86_64.AppImage - ./appimage-bld/osc-tui-x86_64.AppImage --help + make osc-tui-x86_64.AppImage + ./osc-tui-x86_64.AppImage --help - uses: "marvinpinto/action-automatic-releases@latest" with: