mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-02 12:39:50 +08:00
Compare commits
16 Commits
release/0.
...
v0.5.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90aa3561be | ||
|
|
eb594b7741 | ||
|
|
e366a61910 | ||
|
|
d676ac9084 | ||
|
|
7fcbcb2471 | ||
|
|
c680e50e74 | ||
|
|
4cb5071b0b | ||
|
|
7ae5341c1c | ||
|
|
01940e74b7 | ||
|
|
30210bc40e | ||
|
|
e90a3e2db6 | ||
|
|
5df95730d8 | ||
|
|
67a9c454d0 | ||
|
|
c17493952b | ||
|
|
dd258bd46c | ||
|
|
505c89066b |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -135,11 +135,11 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
TAG_ARGS=()
|
|
||||||
if [ -n "${{ matrix.wails_tags }}" ]; then
|
if [ -n "${{ matrix.wails_tags }}" ]; then
|
||||||
TAG_ARGS+=(-tags "${{ matrix.wails_tags }}")
|
wails build -platform ${{ matrix.platform }} -clean -o ${{ matrix.build_name }} -tags "${{ matrix.wails_tags }}" -ldflags "-s -w -X GoNavi-Wails/internal/app.AppVersion=${{ github.ref_name }}"
|
||||||
|
else
|
||||||
|
wails build -platform ${{ matrix.platform }} -clean -o ${{ matrix.build_name }} -ldflags "-s -w -X GoNavi-Wails/internal/app.AppVersion=${{ github.ref_name }}"
|
||||||
fi
|
fi
|
||||||
wails build -platform ${{ matrix.platform }} -clean -o ${{ matrix.build_name }} "${TAG_ARGS[@]}" -ldflags "-s -w -X GoNavi-Wails/internal/app.AppVersion=${{ github.ref_name }}"
|
|
||||||
|
|
||||||
- name: Build Optional Driver Agents
|
- name: Build Optional Driver Agents
|
||||||
if: ${{ matrix.build_optional_agents }}
|
if: ${{ matrix.build_optional_agents }}
|
||||||
|
|||||||
Reference in New Issue
Block a user