From 65f261273e4735c90b25ce625fdf626e98d6adf5 Mon Sep 17 00:00:00 2001 From: msojocs Date: Fri, 18 Feb 2022 13:46:59 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c746dfd..4f63c9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,8 +93,8 @@ jobs: # reduce wine export REDUCE_WINE=true - source ${{ env.name }}/tools/fix-core - source ${{ env.name }}/tools/fix-other + bash ${{ env.name }}/tools/fix-core + bash ${{ env.name }}/tools/fix-other bash ./${{ env.name }}/tools/appimage.sh # build AppImage ./appimagetool-x86_64.AppImage ./${{ env.name }}/tmp/AppDir ${{ env.name }}_${{ env.ARCH }}_reduce_wine.AppImage