From 24594ff4cffb04dfd32f667c380f2a1badba65ea Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 17 Sep 2023 09:21:50 -0400 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0953b7..8de8d5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: command: build args: --release - - run: tree target + - run: ls target - uses: actions/upload-artifact@v3 with: name: aarch64-apple-darwin