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:
|
||||
- name: create build folder
|
||||
run: |
|
||||
sudo mkdir -p /ahgamut
|
||||
sudo chmod -R 0777 /ahgamut
|
||||
sudo mkdir -p /sc
|
||||
sudo chmod -R 0777 /sc
|
||||
- name: Checkout superconfigure repo
|
||||
working-directory: /ahgamut
|
||||
working-directory: /sc
|
||||
run: git clone https://github.com/ahgamut/superconfigure
|
||||
- name: support ape bins and SSL things
|
||||
working-directory: /ahgamut/superconfigure
|
||||
working-directory: /sc/superconfigure
|
||||
run: bash ./.github/scripts/setup
|
||||
- name: build Cosmo
|
||||
working-directory: /ahgamut/superconfigure
|
||||
working-directory: /sc/superconfigure
|
||||
run: bash ./.github/scripts/cosmo
|
||||
- name: clone Janet latest commit
|
||||
working-directory: /ahgamut/superconfigure
|
||||
working-directory: /sc/superconfigure
|
||||
run: |
|
||||
make o/lang/janet/downloaded
|
||||
cd o/lang/janet/janet
|
||||
@ -91,11 +91,11 @@ jobs:
|
||||
- name: Set the platform
|
||||
run: echo "platform=cosmo" >> $GITHUB_ENV
|
||||
- name: build Janet APE binary
|
||||
working-directory: /ahgamut/superconfigure
|
||||
working-directory: /sc/superconfigure
|
||||
run: make o/lang/janet/built.fat
|
||||
- name: push binary to github
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
/ahgamut/superconfigure/results/bin/janet.com
|
||||
/sc/superconfigure/results/bin/janet.com
|
||||
|
Loading…
Reference in New Issue
Block a user