Skip to content

Commit

Permalink
fix: adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jan 6, 2024
1 parent 87eaf16 commit 8e602d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- run: pip install -r dev.txt
- run: make
- run: ./dist/digipy version
- uses: actions/upload-artifact@v4

- uses: svenstaro/upload-release-action@v2
with:
path: dist/*
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
asset_name: ${{ matrix.os }}-binary
tag: ${{ github.ref }}

0 comments on commit 8e602d6

Please sign in to comment.