Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hefroy committed Mar 6, 2023
1 parent b778690 commit f03cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/template/fwe-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ runs:
run: |
RELEASE_VERSION="${GITHUB_REF/refs\/tags\//}"
ASSET_FILENAME="aws-iot-fleetwise-edge-${{ inputs.upload-arch }}.tar.gz"
./tools/build-dist.sh
./tools/build-dist.sh build/src/executionmanagement/aws-iot-fleetwise-edge
mv build/aws-iot-fleetwise-edge.tar.gz ${ASSET_FILENAME}
gh release upload ${RELEASE_VERSION} ${ASSET_FILENAME}

0 comments on commit f03cc00

Please sign in to comment.