Skip to content

Commit 472c592

Browse files
authored
更新 pack.yml
1 parent 7c2493c commit 472c592

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pack.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
repository: PCL-Community/PCL2-CE
2828
token: ${{ secrets.UPDATE_PAT_TOKEN }}
29+
path: PCL2-CE
2930

3031
- uses: actions/download-artifact@v5
3132
with:
@@ -41,7 +42,9 @@ jobs:
4142

4243
- name: Update Help.zip
4344
run: |
45+
ls
46+
cd PCL2-CE
4447
git config user.name "PCL-Community-Bot"
4548
git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
46-
git commit -S -a -m "chore: update Help.zip to ${{ GITHUB_ACTION_REPOSITORY }}@${{ github.sha }}"
49+
git commit -S -a -m "chore: update Help.zip to PCL-Community/PCLCEHelp@${{ github.sha }}"
4750
#git push origin dev

0 commit comments

Comments
 (0)