From 446a23e5a0aa1adb6c9775c510b14e58bf6870bd Mon Sep 17 00:00:00 2001 From: JoelKanyi Date: Tue, 4 Jun 2024 07:32:18 +0300 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad020ac..35a206e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,15 +57,16 @@ jobs: path: | build/**/*.deb build/**/*.msi + build/**/*.dmg build/compose/jars/*.jar - name: Release uses: softprops/action-gh-release@91409e712cf565ce9eff10c87a8d1b11b81757ae with: - prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }} files: | build/**/*.deb build/**/*.msi + build/**/*.dmg build/compose/jars/*.jar env: GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}