Skip to content

Commit

Permalink
version actualy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 28, 2024
1 parent 212318f commit 96abb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update
name: update
on:
workflow_dispatch:
inputs:
Expand All @@ -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}

0 comments on commit 96abb8f

Please sign in to comment.