diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63dd95e..2cf1db8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: git clone https://github.com/xgadget-lab/homebrew-nexttrace.git - name: Exec scipt run: | - cd homebrew-nexttrace-enhanced + cd homebrew-nexttrace bash genFormula.sh # - name: setup SSH keys and known_hosts # run: | diff --git a/.github/workflows/publishNewFormula.yml b/.github/workflows/publishNewFormula.yml index 1fc51cd..64283a3 100644 --- a/.github/workflows/publishNewFormula.yml +++ b/.github/workflows/publishNewFormula.yml @@ -24,7 +24,7 @@ jobs: git clone https://github.com/xgadget-lab/homebrew-nexttrace.git - name: Exec scipt run: | - cd homebrew-nexttrace-enhanced + cd homebrew-nexttrace bash genFormula.sh # - name: setup SSH keys and known_hosts # run: |