Skip to content

Commit

Permalink
Update gluon-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Sep 8, 2024
1 parent 490e0c7 commit f3da2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gluon-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Create distribution
working-directory: ./vm
run: |
cd ${{ steps.build-graalvm.outputs.graalvm-home-dir }}/..
cd ${{ env.GRAALVM_HOME}}/..
if [[ ${{ matrix.os }} != 'ubuntu-latest' ]]
then
cd ../..
Expand Down

0 comments on commit f3da2b2

Please sign in to comment.