Skip to content

Commit

Permalink
Fixes for Rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
brainless committed Jan 5, 2025
1 parent 1d65816 commit 43d5dfc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies for Admin
working-directory: "./admin"
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build Admin
working-directory: "./admin"
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/main_pixlieai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
artifact_name: ${{ github.event.repository.name }}
asset_name: ${{ github.event.repository.name }}-linux-amd64
# - os: windows-latest
# artifact_name: ${{ github.event.repository.name }}.exe
# asset_name: ${{ github.event.repository.name }}-windows-amd64.exe
# - os: macos-latest
# artifact_name: ${{ github.event.repository.name }}
# asset_name: ${{ github.event.repository.name }}-macos-amd64
artifact_name: cli
asset_name: pixlieai-linux-amd64
- os: macos-latest
artifact_name: cli
asset_name: pixlieai-macos-amd64
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies for admin
working-directory: "./admin"
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build admin
working-directory: "./admin"
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/release_pixlieai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
artifact_name: ${{ github.event.repository.name }}
asset_name: ${{ github.event.repository.name }}-linux-amd64
# - os: windows-latest
# artifact_name: ${{ github.event.repository.name }}.exe
# asset_name: ${{ github.event.repository.name }}-windows-amd64.exe
# - os: macos-latest
# artifact_name: ${{ github.event.repository.name }}
# asset_name: ${{ github.event.repository.name }}-macos-amd64
artifact_name: cli
asset_name: pixlieai-linux-amd64
- os: macos-latest
artifact_name: cli
asset_name: pixlieai-macos-amd64
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 43d5dfc

Please sign in to comment.