Skip to content

Commit

Permalink
Fix CI tarball path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jan 27, 2025
1 parent 1f20c71 commit 779e573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ runs:
export DESTDIR=jank-${{ matrix.os }}-$(date +'%Y-%m-%d').$(git rev-parse --short $GITHUB_SHA)
bin/install
tar czf $DESTDIR.tar.gz ${DESTDIR}/
absolute_archive=${{ github.workspace }}/${DESTDIR}.tar.gz
absolute_archive=${{ github.workspace }}/compiler+runtime/${DESTDIR}.tar.gz
echo "archive=${absolute_archive}" >> ${GITHUB_OUTPUT}

0 comments on commit 779e573

Please sign in to comment.