Set JANET_DIST_DIR before making artifact

This commit is contained in:
Michael Camilleri 2021-08-23 15:47:25 +09:00
parent 7ce733cc16
commit 7abcb1579a
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Compile the project
run: make clean && make
- name: Build the artifact
run: make build/janet-${{ env.version }}-${{ env.platform }}-x64.tar.gz
run: JANET_DIST_DIR=janet-${{ env.version }}-${{ env.platform }} make build/janet-${{ env.version }}-${{ env.platform }}-x64.tar.gz
- name: Draft the release
uses: softprops/action-gh-release@v1
with: