[F] Fix build
This commit is contained in:
@@ -13,7 +13,7 @@ permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
BIN_NAME: git-sync
|
||||
BIN_NAME: refray
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
@@ -47,8 +47,8 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: git-sync-windows-x86_64
|
||||
path: git-sync-windows-x86_64.zip
|
||||
name: ${{ env.BIN_NAME }}-windows-x86_64
|
||||
path: ${{ env.BIN_NAME }}-windows-x86_64.zip
|
||||
if-no-files-found: error
|
||||
|
||||
macos-universal:
|
||||
@@ -90,8 +90,8 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: git-sync-macos-universal
|
||||
path: git-sync-macos-universal.tar.gz
|
||||
name: ${{ env.BIN_NAME }}-macos-universal
|
||||
path: ${{ env.BIN_NAME }}-macos-universal.tar.gz
|
||||
if-no-files-found: error
|
||||
|
||||
linux-musl:
|
||||
@@ -145,6 +145,6 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: git-sync-linux-${{ matrix.arch }}-musl
|
||||
path: git-sync-linux-${{ matrix.arch }}-musl.tar.gz
|
||||
name: ${{ env.BIN_NAME }}-linux-${{ matrix.arch }}-musl
|
||||
path: ${{ env.BIN_NAME }}-linux-${{ matrix.arch }}-musl.tar.gz
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user