diff options
| author | 2024-04-19 10:56:46 -0500 | |
|---|---|---|
| committer | 2024-04-19 10:56:46 -0500 | |
| commit | 4ed7db4f91b4fc51c40c36dc876c87d827b0ec76 (patch) | |
| tree | 40de8968d2e9b8a8dcd82b6f29746995cb6526f1 /.github | |
| parent | missing folder (diff) | |
simplify naming
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56b85e91..b4b0f061 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 |
