1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

don't override platform id

This commit is contained in:
Jason N. 2024-03-12 13:08:11 -04:00
parent 29179de853
commit ef3d355b28
2 changed files with 1 additions and 3 deletions

View file

@ -79,6 +79,7 @@ jobs:
outputs:
iso_name-38: ${{ steps.save_output.outputs.iso_name-38 }}
iso_name-39: ${{ steps.save_output.outputs.iso_name-39 }}
iso_name-40: ${{ steps.save_output.outputs.iso_name-40 }}
steps:
- name: Checkout repo
uses: actions/checkout@v4