Skip to content

Commit

Permalink
Follow Security Guide to update YAML files. (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu authored Nov 25, 2024
1 parent fe616de commit bbb2c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-and-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
cd aws-iot-device-sdk-embedded-C
git submodule update --init --checkout --recursive
- name: Create ZIP
env:
VERSION_NUMBER: ${{ github.event.inputs.version_number }}
run: |
zip -r aws-iot-device-sdk-embedded-C-${{ github.event.inputs.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*"
ls ./
- name: Validate created ZIP
env:
Expand Down

0 comments on commit bbb2c09

Please sign in to comment.