Skip to content

Commit

Permalink
Remove sumbols for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Icedude907 committed Nov 13, 2023
1 parent 4b2054c commit abada13
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Checkout syms
if: ${{ github.event_name == 'push' }}
uses: actions/checkout@master
with:
path: symbols
ref: symbols

- name: Checkout agbcc
uses: actions/checkout@master
with:
Expand All @@ -51,18 +44,3 @@ jobs:
MODERN: 1
COMPARE: 0
run: make -j${nproc} all

- name: Move symfiles
if: ${{ github.event_name == 'push' }}
run: |
cp -v *.sym symbols/
echo "SYMBOLS_COMMIT_MSG=$( git log --format=%s ${GITHUB_SHA} )" >> $GITHUB_ENV
- name: Update symfiles
if: ${{ github.event_name == 'push' }}
uses: EndBug/add-and-commit@v7
with:
branch: symbols
cwd: "./symbols"
add: "*.sym"
message: ${{ env.SYMBOLS_COMMIT_MSG }}

0 comments on commit abada13

Please sign in to comment.