From be7de29c53ea57879cf5a8a1d82e839065ea1f52 Mon Sep 17 00:00:00 2001 From: heinu123 Date: Mon, 13 May 2024 13:22:34 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2067928..5ba40ca 100755 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,8 @@ jobs: - name: Execute Python script run: | - git clone "https://${{ github.actor }}:${{ secrets.TOKEN }}@github.com/${{ github.repository }}" push && cd push + git clone "https://${{ github.actor }}:${{ secrets.TOKEN }}@github.com/${{ github.repository }}" push + cd push mkdir out python main.py cd out