1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-15 18:00:01 +00:00

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

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: