CI copy .map
files to symbols branch
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -66,11 +66,12 @@ jobs:
|
|||||||
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
||||||
run: |
|
run: |
|
||||||
cp -v *.sym symbols/
|
cp -v *.sym symbols/
|
||||||
|
cp -v *.map symbols/
|
||||||
|
|
||||||
- name: Update symbols
|
- name: Update symbols
|
||||||
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
cwd: "./symbols"
|
cwd: "./symbols"
|
||||||
add: "*.sym"
|
add: "*.sym *.map"
|
||||||
message: ${{ github.event.commits[0].message }}
|
message: ${{ github.event.commits[0].message }}
|
||||||
|
Reference in New Issue
Block a user