Sync with pokecrystal up to b0ddb07

This commit is contained in:
xCrystal
2023-08-22 01:09:23 +01:00
parent d6001be90c
commit 5e78fd1ecc
11 changed files with 898 additions and 858 deletions

View File

@@ -66,11 +66,12 @@ jobs:
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
run: |
cp -v *.sym symbols/
cp -v *.map symbols/
- name: Update symbols
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
uses: EndBug/add-and-commit@v9
with:
cwd: "./symbols"
add: "*.sym"
add: "*.sym *.map"
message: ${{ github.event.commits[0].message }}