A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/extrawurst/gitui/commit/218d739b035a034b7bf547629d24787909f467bf below:

fix windows release · gitui-org/gitui@218d739 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+12

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+12

-4

lines changed Original file line number Diff line number Diff line change

@@ -68,16 +68,24 @@ jobs:

68 68 69 69

- name: Build Release Mac

70 70

if: matrix.os == 'macos-latest'

71 -

run: GITUI_RELEASE=1 make release-mac

71 +

env:

72 +

GITUI_RELEASE: 1

73 +

run: make release-mac

72 74

- name: Build Release Linux

73 75

if: matrix.os == 'ubuntu-latest'

74 -

run: GITUI_RELEASE=1 make release-linux-musl

76 +

env:

77 +

GITUI_RELEASE: 1

78 +

run: make release-linux-musl

75 79

- name: Build Release Win

76 80

if: matrix.os == 'windows-latest'

77 -

run: GITUI_RELEASE=1 make release-win

81 +

env:

82 +

GITUI_RELEASE: 1

83 +

run: make release-win

78 84

- name: Build Release Linux ARM

79 85

if: matrix.os == 'ubuntu-22.04'

80 -

run: GITUI_RELEASE=1 make release-linux-arm

86 +

env:

87 +

GITUI_RELEASE: 1

88 +

run: make release-linux-arm

81 89 82 90

- name: Set SHA

83 91

if: matrix.os == 'macos-latest'

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4