Skip to content

Commit

Permalink
macos build 관련 debug 옵션 on
Browse files Browse the repository at this point in the history
  • Loading branch information
young-do committed Aug 20, 2024
1 parent d2df875 commit 9851ea1
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 @@ -21,7 +21,7 @@ jobs:
- name: install dependencies
run: yarn install
- name: build
run: npm run make
run: yarn run make
# - name: publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
APPLE_API_KEY: ${{ env.APPLE_API_KEY }}
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
run: npm run make
run: DEBUG=* yarn run make
# - name: publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -68,7 +68,7 @@ jobs:
- name: install dependencies
run: yarn install
- name: build
run: npm run make
run: yarn run make
# - name: publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9851ea1

Please sign in to comment.