Skip to content

Commit

Permalink
v1.3.83
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 24, 2024
1 parent 17aa28e commit 0339754
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
- name: upload mac osx arm build artifact to release
uses: softprops/action-gh-release@v2
with:
files: 'artifacts/mh*'
files: |
artifacts/mh-darwin-arm64/*
artifacts/mh-static-linux-x86_64/*
artifacts/mh_1.3.82-1_amd64.deb/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0339754

Please sign in to comment.