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