Compare commits

...

2 Commits

Author SHA1 Message Date
Gautham 4ed7db4f91 simplify naming 2024-04-19 10:56:46 -05:00
Gautham 174b5f6686 missing folder 2024-04-16 22:24:31 -05:00
1 changed files with 8 additions and 9 deletions

View File

@ -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,12 +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
working-directory: /ahgamut/superconfigure
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
draft: true draft: true
files: | files: |
results/bin/janet.com /sc/superconfigure/results/bin/janet.com