CI copy .map files to symbols branch

This commit is contained in:
vulcandth 2023-08-21 22:49:53 -05:00 committed by mid-kid
parent 97a3786fc8
commit 573f07e5fa

View File

@ -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 }}