mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Set JANET_DIST_DIR before making artifact
This commit is contained in:
parent
7ce733cc16
commit
7abcb1579a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Compile the project
|
- name: Compile the project
|
||||||
run: make clean && make
|
run: make clean && make
|
||||||
- name: Build the artifact
|
- 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
|
- name: Draft the release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user