mirror of
https://github.com/pret/pokegold.git
synced 2024-11-23 13:39:44 +00:00
CI copy .map
files to symbols branch
This commit is contained in:
parent
97a3786fc8
commit
573f07e5fa
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -59,11 +59,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
Block a user