Skip to content

Commit

Permalink
Release ci : assets path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Jun 12, 2024
1 parent e9724f5 commit 822568c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.AM_VERSION }}
files: |
./accessmod/*.dmg
./accessmod/*.deb
./accessmod/*-setup.exe
files: ./accessmod/*
body_path: ./release_notes.md
token: ${{ secrets.github_token }}

0 comments on commit 822568c

Please sign in to comment.