Skip to content

Commit

Permalink
download
Browse files Browse the repository at this point in the history
  • Loading branch information
CDA0 committed Dec 23, 2023
1 parent 80cc59a commit fdf75c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
PIPENV_DEV: true
- name: Test
run: make test
- name: Download
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'frontierdigital/vertag'
version: 'v0.0.1-unstable1'
file: 'vertag_Linux_x86_64.tar.gz'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fdf75c0

Please sign in to comment.