Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaka committed Oct 26, 2024
1 parent d4eb5d4 commit 91e1689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build-everything:
runs-on: ubuntu-latest
name: Build All Binaries
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,6 +55,7 @@ jobs:
run: ./helper/ci/create_fvudata.sh
- name: Add FVUDATA stuff into git and push
run: |
git config user.name "Leønid Yakubovič"
git add -f ./webroot/fvudata/*
git commit -m "Publish firmwares at $(git rev-parse --short HEAD)"
git push --force -u origin pub

0 comments on commit 91e1689

Please sign in to comment.