Skip to content

Commit

Permalink
CIを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 committed May 19, 2023
1 parent 521e2d8 commit 7ef395a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ on:
release:
types: [published]

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app

jobs:
build-release:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v2
- name: Build for release
run: make release
Expand Down

0 comments on commit 7ef395a

Please sign in to comment.