From 5533f2853d131f783d860fcb9099af721c3e5f4b Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 14:03:11 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 4) --- .forgejo/workflows/tfclient.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 63ead43..28591ed 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -26,7 +26,4 @@ jobs: command: build args: --release --bin tfclient - name: Upload binary - uses: actions/upload-artifact@v3 - with: - name: tfclient - path: target/release/tfclient \ No newline at end of file + run: ls -lar target/release \ No newline at end of file