Update build.yml
This commit is contained in:
@@ -24,8 +24,12 @@ jobs:
|
|||||||
arwynfr/armake2:debian \
|
arwynfr/armake2:debian \
|
||||||
pack -v /workspace "${{ env.PBO_NAME }}"
|
pack -v /workspace "${{ env.PBO_NAME }}"
|
||||||
|
|
||||||
|
- name: Copy mission PBO
|
||||||
|
run: |
|
||||||
docker cp packer:/workspace/${{ env.PBO_NAME }} .
|
docker cp packer:/workspace/${{ env.PBO_NAME }} .
|
||||||
|
|
||||||
|
- run: ls -alh
|
||||||
|
|
||||||
- name: Cleanup Packer Container
|
- name: Cleanup Packer Container
|
||||||
# if: always() garantisce l'esecuzione anche se i passaggi sopra falliscono
|
# if: always() garantisce l'esecuzione anche se i passaggi sopra falliscono
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user