We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc3ca6 commit 18f6745Copy full SHA for 18f6745
.github/workflows/tag-and-zip.yml
@@ -58,7 +58,7 @@ jobs:
58
env:
59
VERSION_NUMBER: ${{ github.event.inputs.version_number }}
60
run: |
61
- zip -r aws-iot-device-sdk-embedded-C-$"VERSION_NUMBER".zip aws-iot-device-sdk-embedded-C -x "*.git*"
+ zip -r aws-iot-device-sdk-embedded-C-"$VERSION_NUMBER".zip aws-iot-device-sdk-embedded-C -x "*.git*"
62
ls ./
63
- name: Validate created ZIP
64
0 commit comments