Skip to content

Commit 0e63913

Browse files
committed
fix: output dir path
1 parent 1636c45 commit 0e63913

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/icons.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
OUTPUT_ROOT_DIR: packages/icon-files/
10+
OUTPUT_ROOT_DIR: ../icon-files/
1111
TARGET_BRANCH: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'main' }}
1212

1313
jobs:
@@ -52,6 +52,8 @@ jobs:
5252
app_id: ${{ secrets.CHARCOAL_BOT_APP_ID }}
5353
private_key: ${{ secrets.CHARCOAL_BOT_PRIVATE_KEY }}
5454

55+
- run: git status
56+
5557
- name: Create Pull Request for updated icons
5658
env:
5759
GITHUB_ACCESS_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)