Skip to content

Commit

Permalink
fix: remove download SDK step
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Sep 28, 2023
1 parent 72fe507 commit 02523f3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@ jobs:
exit 1
fi
- if: ${{ matrix.language == 'java' && env.JAVA_PUBLISH == 'true' }}
name: Download java SDK
uses: actions/download-artifact@v2
with:
name: java-sdk.tar.gz
path: ${{ github.workspace}}/sdk/

- if: ${{ matrix.language == 'java' && env.JAVA_PUBLISH == 'true' }}
name: Uncompress java SDK
run: tar -zxf ${{github.workspace}}/sdk/java.tar.gz -C
${{github.workspace}}/sdk/java
shell: bash

- if: ${{ matrix.language == 'java' && env.JAVA_PUBLISH == 'true' }}
name: Set PACKAGE_VERSION to Env
run: echo "PACKAGE_VERSION=$(pulumictl get version --language generic)" >>
Expand Down

0 comments on commit 02523f3

Please sign in to comment.