From 0c7237fecb9271a49b6069d282425ca05385c0a8 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 15 Jun 2023 11:13:42 -0500 Subject: [PATCH] GH Actions: Downgrade tartifact to @v1 for MacOS due to shopt globstar invalid on MacOS --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 5fffa1b..ebee98d 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -87,7 +87,7 @@ jobs: micromamba info pyinstaller pyinstaller_pip.spec ${{ github.event.inputs.type }} cp /Users/runner/work/jmwright-CQ-Editor/jmwright-CQ-Editor/pyinstaller/CQ-editor.sh /Users/runner/work/jmwright-CQ-Editor/jmwright-CQ-Editor/dist/ - - uses: alehechka/upload-tartifact@v2 + - uses: alehechka/upload-tartifact@v1 with: name: CQ-editor-MacOS path: dist