mirror of
https://github.com/janet-lang/janet
synced 2024-11-08 01:39:55 +00:00
simplify naming
This commit is contained in:
parent
174b5f6686
commit
4ed7db4f91
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -69,19 +69,19 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: create build folder
|
- name: create build folder
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir -p /ahgamut
|
sudo mkdir -p /sc
|
||||||
sudo chmod -R 0777 /ahgamut
|
sudo chmod -R 0777 /sc
|
||||||
- name: Checkout superconfigure repo
|
- name: Checkout superconfigure repo
|
||||||
working-directory: /ahgamut
|
working-directory: /sc
|
||||||
run: git clone https://github.com/ahgamut/superconfigure
|
run: git clone https://github.com/ahgamut/superconfigure
|
||||||
- name: support ape bins and SSL things
|
- name: support ape bins and SSL things
|
||||||
working-directory: /ahgamut/superconfigure
|
working-directory: /sc/superconfigure
|
||||||
run: bash ./.github/scripts/setup
|
run: bash ./.github/scripts/setup
|
||||||
- name: build Cosmo
|
- name: build Cosmo
|
||||||
working-directory: /ahgamut/superconfigure
|
working-directory: /sc/superconfigure
|
||||||
run: bash ./.github/scripts/cosmo
|
run: bash ./.github/scripts/cosmo
|
||||||
- name: clone Janet latest commit
|
- name: clone Janet latest commit
|
||||||
working-directory: /ahgamut/superconfigure
|
working-directory: /sc/superconfigure
|
||||||
run: |
|
run: |
|
||||||
make o/lang/janet/downloaded
|
make o/lang/janet/downloaded
|
||||||
cd o/lang/janet/janet
|
cd o/lang/janet/janet
|
||||||
@ -91,11 +91,11 @@ jobs:
|
|||||||
- name: Set the platform
|
- name: Set the platform
|
||||||
run: echo "platform=cosmo" >> $GITHUB_ENV
|
run: echo "platform=cosmo" >> $GITHUB_ENV
|
||||||
- name: build Janet APE binary
|
- name: build Janet APE binary
|
||||||
working-directory: /ahgamut/superconfigure
|
working-directory: /sc/superconfigure
|
||||||
run: make o/lang/janet/built.fat
|
run: make o/lang/janet/built.fat
|
||||||
- name: push binary to github
|
- name: push binary to github
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
/ahgamut/superconfigure/results/bin/janet.com
|
/sc/superconfigure/results/bin/janet.com
|
||||||
|
Loading…
Reference in New Issue
Block a user