From c5285ca793830663c45dff7dad0e7a20a63d8034 Mon Sep 17 00:00:00 2001 From: Ginsakura Date: Fri, 22 Sep 2023 23:12:45 +0800 Subject: [PATCH] no message --- .github/workflows/release.yml | 8 ++++---- app/containers/DeskreenStepper.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efbeb3e2..910dae08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,12 +29,12 @@ jobs: strategy: matrix: include: - - os: ubuntu-18.04 # IMPORTANT!!! this LINUX os should be the same as in build-and-test and covecov workflows! this is for making sure caches are used in most efficient way - artifact_name: 'release/{*.AppImage,*.rpm,*.deb,*.yml}' + # - os: ubuntu-18.04 # IMPORTANT!!! this LINUX os should be the same as in build-and-test and covecov workflows! this is for making sure caches are used in most efficient way + # artifact_name: 'release/{*.AppImage,*.rpm,*.deb,*.yml}' - os: windows-2019 artifact_name: 'release/{*.msi,*.exe,*.blockmap,*.yml}' - - os: macos-10.15 - artifact_name: 'release/{*.dmg,*.blockmap,*.yml}' + # - os: macos-10.15 + # artifact_name: 'release/{*.dmg,*.blockmap,*.yml}' steps: - name: Checkout code diff --git a/app/containers/DeskreenStepper.tsx b/app/containers/DeskreenStepper.tsx index 94251374..22b90062 100644 --- a/app/containers/DeskreenStepper.tsx +++ b/app/containers/DeskreenStepper.tsx @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */ import React, { useState, useCallback, useContext, useEffect } from 'react'; -import { ipcRenderer, shell } from 'electron'; +import ipcRenderer from 'electron'; import { makeStyles, createStyles } from '@material-ui/core/styles'; import Stepper from '@material-ui/core/Stepper'; import Step from '@material-ui/core/Step';