Skip to content

Commit

Permalink
chore: fix ironbank action file copy (#9638)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbumblis-parabol authored Apr 12, 2024
1 parent ddb4244 commit e3635ee
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 @@ -50,7 +50,7 @@ jobs:
run: |
docker cp temp-container:/home/node/parabol/dist ./dist
docker cp temp-container:/home/node/parabol/build ./build
docker cp temp-container:/home/node/tools/ip-to-server_id ./tools/ip-to-server_id
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
Expand Down

0 comments on commit e3635ee

Please sign in to comment.