Skip to content

Commit

Permalink
Merge pull request #6666 from roc-lang/basic-cli-0-9-1
Browse files Browse the repository at this point in the history
basic-cli release fixes
  • Loading branch information
Anton-4 authored Apr 23, 2024
2 parents 3c899d8 + f4c2a7f commit 5700ca7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# use .tar.gz for quick testing
ARCHIVE_FORMAT: .tar.br
# Make a new basic-cli git tag and set it here before starting this workflow
RELEASE_TAG: 0.9.0
RELEASE_TAG: 0.9.1

jobs:
prepare:
Expand Down Expand Up @@ -158,7 +158,11 @@ jobs:
- name: rename nightly folder
run: mv roc_nightly* roc_nightly

- run: git clone https://github.com/roc-lang/basic-cli.git
- run: |
git clone https://github.com/roc-lang/basic-cli.git
cd basic-cli
git checkout $RELEASE_TAG
cd ..
- run: cp macos-apple-silicon-files/* ./basic-cli/platform

Expand Down

0 comments on commit 5700ca7

Please sign in to comment.