From 4b16a40a172010180a012acd3c023303b2254d22 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 18 Dec 2023 12:47:29 +0800 Subject: [PATCH] Debug artifact publish failures --- .github/workflows/push_to_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_to_release.yml b/.github/workflows/push_to_release.yml index 8837adb..6b2de46 100644 --- a/.github/workflows/push_to_release.yml +++ b/.github/workflows/push_to_release.yml @@ -44,6 +44,7 @@ jobs: OLDFILE=$(ls *.pbiviz) NEWFILE=$(ls *.pbiviz | sed "s/\(.*\)\(.pbiviz\)/\1-oldapi.pbiviz/g") mv $OLDFILE $NEWFILE + ls shell: bash - name: Stash built visuals