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 5, 2024
1 parent 333e4f7 commit 373d063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gluon-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cd ../..
fi
mv `ls -1 | head -n1` ${{ env.GRAALVM_SVM }}
echo >> ${{ env.GRAALVM_SVM }}/release && echo "VENDOR=Gluon" >> ${{ env.GRAALVM_SVM }}/release
echo >> ${{ env.GRAALVM_SVM }}${{ matrix.HOME }}/release && echo "VENDOR=Gluon" >> ${{ env.GRAALVM_SVM }}${{ matrix.HOME }}/release
tar -czvf ${{ github.workspace }}/vm/${{ env.GRAALVM_SVM }}.tar.gz ${{ env.GRAALVM_SVM }}
- name: Archive distribution
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -213,4 +213,4 @@ jobs:
Based on Gluon Graal commit: ${{ github.sha }}
files: |
./dist/vm/*.zip
./dist/vm/*.tar.gz
./dist/vm/*.tar.gz

0 comments on commit 373d063

Please sign in to comment.