Skip to content

Commit

Permalink
use abs path, not rel path (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez authored Jan 27, 2025
1 parent edec3da commit 3abd270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}

- name: Upload OTA Artifact to Bucket
uses: ./.github/workflows/upload_bucket.yml
uses: viamrobotics/micro-rdk/.github/workflows/upload_bucket.yml
with:
artifact-name: micro-rdk-server-esp32-ota.bin
dir-name: ${{ github.ref_name }}
2 changes: 1 addition & 1 deletion .github/workflows/upload_bucket.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload artifact to GCP Bucket
name: Upload Artifact to GCP Bucket

on:
workflow_call:
Expand Down

0 comments on commit 3abd270

Please sign in to comment.