Skip to content

Commit

Permalink
ci: update gen_from_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 authored Aug 29, 2024
1 parent 463e35d commit 38f9c6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gen_from_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,14 @@ jobs:
TARGET_DIR: ${{ env.OUT_DIR }}/artifacts/${{ env.FILENAME }}
SKIP_EMPTY_COMMITS: true
MESSAGE: generated from ${{ matrix.json-file }} at {sha}

- name: Push to build branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: acmelib
FOLDER: ${{ env.ARTIFACT_DIR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: ${{ env.OUT_DIR }}/artifacts/${{ env.FILENAME }}
SKIP_EMPTY_COMMITS: true
MESSAGE: generated from ${{ matrix.json-file }} at {sha}

0 comments on commit 38f9c6c

Please sign in to comment.