Skip to content

Commit

Permalink
fix: missed inputs.glueops_codespace_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 25, 2024
1 parent adf542b commit adb90c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packer-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
mv images/${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_branch }}.qcow2 ..
tar -cvf ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_branch }}.qcow2
split -b 1024M ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_branch }}.qcow2.tar ${{ github.event.workflow_run.head_branch }}.qcow2.tar.part_
split -b 1024M ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_branch }}.qcow2.tar ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_branch }}.qcow2.tar.part_
- name: Upload *.qcow.tar.part_* files to GitHub Releases as an Asset
uses: xresloader/upload-to-github-release@v1
Expand Down

0 comments on commit adb90c4

Please sign in to comment.