Skip to content

Commit

Permalink
chore: add ip-to-server script dir to zip file (#9645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbumblis-parabol committed Apr 16, 2024
1 parent a21f1d0 commit 19a6689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ironbank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
docker cp temp-container:/home/node/tools/ip-to-server_id ./ip-to-server_id
- name: Zip the files
run: zip -r ${{ github.event.inputs.version_number }}.zip dist build
run: zip -r ${{ github.event.inputs.version_number }}.zip dist build ip-to-server_id

- name: Set up AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 19a6689

Please sign in to comment.