Skip to content

Commit

Permalink
zip commands are added
Browse files Browse the repository at this point in the history
  • Loading branch information
RakeshTaninki committed Feb 5, 2024
1 parent 006092c commit dbc00d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ jobs:
- uses: actions/checkout@v1
- name: listing files in repository
run: ls -l
- name: zip the code
run: zip -r python.zip lambda_function.py
- name: listing files in repository
run: ls -l
- name: aws cli version
run: aws --version

0 comments on commit dbc00d8

Please sign in to comment.