Skip to content

Commit

Permalink
fix(ci): release build
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Dec 22, 2023
1 parent 163ab81 commit 27920de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
category: aarch64

runs-on: ${{ matrix.targets.os }}
# if: startsWith(github.repository, 'keiko233')
if: startsWith(github.repository, 'keiko233')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
name: Update tag
runs-on: ubuntu-latest
needs: [release]
# if: startsWith(github.repository, 'keiko233')
if: startsWith(github.repository, 'keiko233')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
name: Update Nightly Updater
runs-on: ubuntu-latest
needs: [release, update_tag]
# if: startsWith(github.repository, 'keiko233')
if: startsWith(github.repository, 'keiko233')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-13]

runs-on: ${{ matrix.os }}
if: startsWith(github.repository, 'keiko233')
Expand Down Expand Up @@ -52,7 +52,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf openssl
- uses: maxim-lobanov/setup-xcode@v1
if: startsWith(matrix.os, 'macos-')
with:
xcode-version: "15.0"
- name: Pnpm install and check
run: |
pnpm i
Expand Down

0 comments on commit 27920de

Please sign in to comment.