Skip to content

Commit

Permalink
chore: temporary change to help debug unexpected changes to java files
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 8, 2024
1 parent 077cf50 commit a9c40de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sdk-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit a9c40de

Please sign in to comment.