mirror of
https://github.com/coalaura/up.git
synced 2025-07-17 21:44:35 +00:00
fix binary names
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
[[ "${{ matrix.goos }}" == "windows" ]] && EXT=".exe" || EXT=""
|
[[ "${{ matrix.goos }}" == "windows" ]] && EXT=".exe" || EXT=""
|
||||||
|
|
||||||
OUT="build/up_${{ matrix.type }}_${{ github.ref_name }}_${{ matrix.flavour }}_${{ matrix.goos }}_${{ matrix.goarch }}${EXT}"
|
OUT="build/up_${{ matrix.type }}_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}${EXT}"
|
||||||
|
|
||||||
GOOS=${{ matrix.goos }} \
|
GOOS=${{ matrix.goos }} \
|
||||||
GOARCH=${{ matrix.goarch }} \
|
GOARCH=${{ matrix.goarch }} \
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: up_${{ matrix.type }}_${{ github.ref_name }}_${{ matrix.flavour }}_${{ matrix.goos }}_${{ matrix.goarch }}
|
name: up_${{ matrix.type }}_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}
|
||||||
path: build/*
|
path: build/*
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
Reference in New Issue
Block a user