Skip to content

Commit 18f6745

Browse files
committed
Update workflow yml
1 parent 7bc3ca6 commit 18f6745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-and-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
VERSION_NUMBER: ${{ github.event.inputs.version_number }}
6060
run: |
61-
zip -r aws-iot-device-sdk-embedded-C-$"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*"
6262
ls ./
6363
- name: Validate created ZIP
6464
env:

0 commit comments

Comments
 (0)