diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index fa7c92d..7e58722 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -25,10 +25,10 @@ jobs: echo "noExe=true" >> override.properties - name: install crx3 run: go install github.com/mediabuyerbot/go-crx3/crx3@latest - - name: install amo-version - run: go install github.com/eyedeekay/amo-version@latest - name: install dzip run: go install github.com/delicb/dzip@latest + - name: install amo-version + run: go install github.com/eyedeekay/amo-version@latest - name: build with Ant run: | export PATH=$PATH:$(go env GOPATH)/bin