Skip to content

Commit

Permalink
use abs path, not rel path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez committed Jan 27, 2025
1 parent edec3da commit 53657c9
Showing 1 changed file with 1 addition and 1 deletion.
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 }}

0 comments on commit 53657c9

Please sign in to comment.