Skip to content

Commit cd416ca

Browse files
committed
fix: condition in workflow
1 parent a9c29d9 commit cd416ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,12 +611,14 @@ jobs:
611611

612612
- name: "Compressing Linux Dockerfile"
613613
uses: vimtor/action-zip@v1.2
614+
if: always()
614615
with:
615616
files: docker/linux/Dockerfile
616617
dest: linux-dockerfile.zip
617618

618619
- name: Upload Linux Dockerfile
619620
uses: actions/upload-artifact@v4
621+
if: always()
620622
with:
621623
name: linux-dockerfile.zip
622624
path: linux-dockerfile.zip

0 commit comments

Comments
 (0)