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 fe616de commit bbb2c09Copy full SHA for bbb2c09
.github/workflows/tag-and-zip.yml
@@ -55,8 +55,10 @@ jobs:
55
cd aws-iot-device-sdk-embedded-C
56
git submodule update --init --checkout --recursive
57
- name: Create ZIP
58
+ env:
59
+ VERSION_NUMBER: ${{ github.event.inputs.version_number }}
60
run: |
- zip -r aws-iot-device-sdk-embedded-C-${{ github.event.inputs.version_number }}.zip aws-iot-device-sdk-embedded-C -x "*.git*"
61
+ 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
env:
0 commit comments