From 39fecbf11edb874dd8321ffffb2b1589c6544da9 Mon Sep 17 00:00:00 2001 From: fxi Date: Tue, 11 Jun 2024 22:12:13 +0200 Subject: [PATCH] Release : revert back docker image name changes, specify deb, exe and dmg --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 907c76f5..c31173a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}