Skip to content

Commit

Permalink
test this
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 28, 2024
1 parent 70a59ca commit 212318f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update
on:
workflow_dispatch:
inputs:
version:
description: 'Dosei version'
required: true

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3

- run: |
VERSION=${{ github.event.inputs.myInput }}
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 212318f

Please sign in to comment.