diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8e78625..b055eec 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: Update +name: update on: workflow_dispatch: inputs: @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - run: | - VERSION=${{ github.event.inputs.myInput }} + VERSION=${{ github.event.inputs.version }} FILE=dctl-x86_64-apple-darwin.zip wget https://github.com/doseiai/engine/releases/download/${VERSION}/${FILE} shasum -a 256 ${FILE}