Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dgehriger committed Jan 17, 2025
1 parent 5f2a6c3 commit fb29883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
curl -L https://marketplace.atlassian.com/download/plugins/atlassian-plugin-sdk-tgz -o atlassian-plugin-sdk.tar.gz
sudo tar -xvzf atlassian-plugin-sdk.tar.gz -C /opt
sudo mv /opt/atlassian-plugin-* /opt/atlassian-plugin-sdk
echo 'export PATH=$PATH:/opt/atlassian-plugin-sdk/bin' >> $GITHUB_ENV
sdk_dir=$(find /opt -maxdepth 1 -type d -name "atlassian-plugin-sdk-*")
echo "$sdk_dir/bin" >> $GITHUB_PATH
# Verify SDK installation
- name: Verify Atlassian SDK installation
Expand Down

0 comments on commit fb29883

Please sign in to comment.