Closed WaylandWong closed 4 years ago
Weird, referencing a tag should work according to the docs.
This isn't ideal, but I'd suggest writing the following until referencing a version works:
uses: samuelmeuli/action-electron-builder@master
I change to samuelmeuli/action-electron-builder@v1.0.0
and it success.
Thanks
I've created a v1
branch, so samuelmeuli/action-electron-builder@v1
should now work.
I copy
build.yaml
from https://github.com/samuelmeuli/mini-diary/blob/master/.github/workflows/release.yml , and when I push commit to master, action failed withFailed to download action
. Logs:My build.yaml: