diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd84f02..8456eff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add index.html + git add POMP.osk git commit -m "auto deploy from workflow" - name: Push changes