mirror of https://github.com/pret/pokecrystal.git
CI copy `.map` files to symbols branch
This commit is contained in:
parent
6180be355e
commit
0b91f5c656
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue