attempt to patch binary build workflow

This commit is contained in:
Ronald A. Richardson
2025-05-21 19:39:04 +08:00
parent 1aa2a99763
commit 225110c8dc

View File

@@ -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)