mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
attempt to patch binary build workflow
This commit is contained in:
4
.github/workflows/build-binaries.yml
vendored
4
.github/workflows/build-binaries.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Upload for PR testing
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-binary
|
||||
path: ${{ env.DIST_DIR }}/fleetbase-linux-x86_64
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
- name: Upload for PR testing
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-binary
|
||||
path: ${{ env.DIST_DIR }}/fleetbase-$(uname -s)-$(uname -m)
|
||||
|
||||
Reference in New Issue
Block a user