Skip to content

Commit

Permalink
Release : revert back docker image name changes, specify deb, exe and…
Browse files Browse the repository at this point in the history
… dmg
  • Loading branch information
fxi committed Jun 11, 2024
1 parent 2f370e7 commit 39fecbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,10 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.AM_VERSION }}
files: accessmod/**
files: |
accessmod/*.dmg
accessmod/*.deb
accessmod/*-setup.exe
body_path: ./release_notes.md
token: ${{ secrets.github_token }}

0 comments on commit 39fecbf

Please sign in to comment.