From 0818537f347bdc0c21b33c857bb8048564f45d2d Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 25 Oct 2022 21:07:35 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-mmamba-TAR.yml re-enable tar(tifact) --- .github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml index 42060f8..602292d 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml @@ -115,7 +115,7 @@ jobs: micromamba info pyinstaller --debug all pyinstaller.spec ${{ github.event.inputs.type }} Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\ - - uses: actions/upload-artifact@v2 + - uses: alehechka/upload-tartifact@v1 with: name: CQ-editor-Windows path: dist