Skip to content

Commit a0b9af6

Browse files
committed
Update CI/CD
1 parent 1e6dce6 commit a0b9af6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/apply-downstream.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: robinraju/release-downloader@v1
2626
with:
2727
repository: xivdev/EXDTools
28-
fileName: 'EXDTooler'
28+
fileName: "EXDTooler"
2929
latest: true
3030

3131
- name: Chmod Executable
@@ -48,6 +48,7 @@ jobs:
4848
- name: Commit Changes
4949
run: |
5050
rm EXDTooler
51+
rm apply.py
5152
git config --global user.name github-actions[bot]
5253
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
5354
git submodule foreach '
@@ -57,4 +58,4 @@ jobs:
5758
'
5859
git add --all
5960
git commit -m "Update submodules" || :
60-
git push
61+
git push

0 commit comments

Comments
 (0)