From 49f340336a0e058bec046d7400090eeb4dd620f6 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:42:50 -0800 Subject: [PATCH] Test using new token (#310) * Test using new token * Revert token, show folders pre * Try previous version * Revert back to v5 * Use new token * Autoformat code * Update token name --------- Co-authored-by: kjy5 --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e99934c..e292a8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,8 +37,3 @@ jobs: - name: 🔨 Build run: hatch -e exe run build - - - name: show files - run: | - ls -R - ls -R build \ No newline at end of file