Skip to content

Commit

Permalink
Build CLI: Replace rake release GitHub action
Browse files Browse the repository at this point in the history
* Replace rake with the CLI tool in the real release GitHub Action.
* Remove testing file for release with build CLI tool.
  • Loading branch information
AmmarAbouZor authored and DmitryAstafyev committed Aug 30, 2024
1 parent b0b5323 commit 5976714
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 143 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ jobs:
- name: libudev-dev
if: runner.os == 'Linux'
run: sudo apt-get install -y libudev-dev
- name: install ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: install ruby:gem::dotenv
run: gem install dotenv
- name: install ruby:gem::json
run: gem install json
- name: install node
uses: actions/setup-node@master
with:
Expand All @@ -59,10 +50,14 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- name: Rust Cache
uses: Swatinem/[email protected]
- name: cargo install nj-cli
run: cargo install nj-cli
- name: install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install Build CLI tool
run: cargo install --path=cli
- name: enable corepack for yarnpkg upgrade
run: |
corepack enable
Expand Down Expand Up @@ -91,9 +86,8 @@ jobs:
-k "$KEYCHAIN_PWD" \
"$KEYCHAIN_NAME"
- name: build release
working-directory: ./application/holder
run: |
rake release:prod --trace
cargo chipmunk release
env:
KEYCHAIN_NAME: "build.keychain"
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down
132 changes: 0 additions & 132 deletions .github/workflows/release_testing.yml

This file was deleted.

0 comments on commit 5976714

Please sign in to comment.