Skip to content

Commit

Permalink
Disable build mar at default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Oct 13, 2023
1 parent 0e33589 commit 3c53e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ uses: ./.github/workflows/window-generate-profile-data-and-jarlog.yml
uses: ./.github/workflows/windows-build.yml
with:
aarch64: false
mar: true
build32bit: true
beta: false
buildjet: ${{ inputs.buildjet }}
Expand Down Expand Up @@ -335,11 +334,11 @@ uses: ./.github/workflows/window-generate-profile-data-and-jarlog.yml
files: |
/home/runner/downloads/artifacts/linux-x64/LINUX-x86_64.mar
/home/runner/downloads/artifacts/linux-aarch64/LINUX-aarch64.mar
/home/runner/downloads/artifacts/windows-x64/WINNT-x86_64.mar
/home/runner/downloads/artifacts/macOS-x64/DARWIN-Universal.mar
/home/runner/downloads/artifacts/linux-x64/midori-*.linux-x86_64.tar.bz2
/home/runner/downloads/artifacts/linux-aarch64/midori-*.linux-aarch64.tar.bz2
/home/runner/downloads/artifacts/windows-x64/midori-win64.installer.exe
/home/runner/downloads/artifacts/windows-x86/midori-win32.installer.exe
/home/runner/downloads/artifacts/macOS-x64/midori-macOS-universal.dmg
tag_name: "v${{ needs.get-display-version.outputs.display-version }}"
name: "v${{ needs.get-display-version.outputs.display-version }}"
Expand Down

0 comments on commit 3c53e89

Please sign in to comment.