Skip to content

update

update #1

Workflow file for this run

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}