From a9c40debe86b441079b622fcd8696859e9e9d91d Mon Sep 17 00:00:00 2001 From: Tristan Cartledge Date: Mon, 8 Jan 2024 09:06:30 +0000 Subject: [PATCH] chore: temporary change to help debug unexpected changes to java files --- .github/workflows/sdk-generation.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sdk-generation.yaml b/.github/workflows/sdk-generation.yaml index a65bb220..5b0db2bf 100644 --- a/.github/workflows/sdk-generation.yaml +++ b/.github/workflows/sdk-generation.yaml @@ -880,6 +880,11 @@ jobs: steps: - name: Tune GitHub-hosted runner network uses: smorimoto/tune-github-hosted-runner-network@v1 + - uses: actions/upload-artifact@v3 + if: always() + with: + name: gradlew.bat + path: ${{ needs.generate.outputs.java_directory }}/gradlew.bat - id: Finalize uses: speakeasy-api/sdk-generation-action@v14 with: @@ -910,11 +915,6 @@ jobs: footer: "Linked Repo <{repo_url}|{repo}> | <{run_url}|View Run>" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - - uses: actions/upload-artifact@v3 - if: always() - with: - name: gradlew.bat - path: ${{ needs.generate.outputs.java_directory }}/gradlew.bat - id: log-result uses: speakeasy-api/sdk-generation-action@v14 if: always()