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 50fd6c6 commit 077cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- uses: actions/upload-artifact@v3
if: always() && ${{ needs.generate.outputs.java_directory != '' }}
if: always()
with:
name: gradlew.bat
path: ${{ needs.generate.outputs.java_directory }}/gradlew.bat
Expand Down

0 comments on commit 077cf50

Please sign in to comment.