Skip to content

Commit 273ea48

Browse files
committed
Always upload the Packer build log artifact
1 parent 2122d0e commit 273ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
with:
128128
name: packer-build-log
129129
path: ${{ github.workspace }}/packer-build.log
130-
if: failure() || success()
130+
if: failure() || success() || cancelled()

0 commit comments

Comments
 (0)