File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ jobs:
7777 name : build-artifacts
7878 path : |
7979 dist/*.zip
80- !dist/nrlf-permissions .zip
80+ !dist/nrlf_permissions .zip
8181
8282 - name : Save NRLF Permissions cache
8383 uses : actions/cache/save@v4
8484 with :
8585 key : ${{ github.run_id }}-nrlf-permissions
86- path : dist/nrlf-permissions .zip
86+ path : dist/nrlf_permissions .zip
8787
8888 terraform-plan :
8989 name : Terraform Plan - ${{ inputs.environment }}
@@ -138,7 +138,7 @@ jobs:
138138 uses : actions/cache/restore@v4
139139 with :
140140 key : ${{ github.run_id }}-nrlf-permissions
141- path : dist/nrlf-permissions.zip
141+ path : dist
142142 fail-on-cache-miss : true
143143
144144 - name : Terraform Init
@@ -196,7 +196,7 @@ jobs:
196196 uses : actions/cache/restore@v4
197197 with :
198198 key : ${{ github.run_id }}-nrlf-permissions
199- path : dist/nrlf-permissions.zip
199+ path : dist
200200 fail-on-cache-miss : true
201201
202202 - name : Configure Management Credentials
Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ jobs:
9595 name : build-artifacts
9696 path : |
9797 dist/*.zip
98- !dist/nrlf-permissions .zip
98+ !dist/nrlf_permissions .zip
9999
100100 - name : Save NRLF Permissions cache
101101 uses : actions/cache/save@v4
102102 with :
103103 key : ${{ github.run_id }}-nrlf-permissions
104- path : dist/nrlf-permissions .zip
104+ path : dist/nrlf_permissions .zip
105105
106106 - name : Add Failure Pull Request Comment
107107 uses : actions/github-script@v7
@@ -155,7 +155,7 @@ jobs:
155155 uses : actions/cache/restore@v4
156156 with :
157157 key : ${{ github.run_id }}-nrlf-permissions
158- path : dist/nrlf-permissions.zip
158+ path : dist
159159 fail-on-cache-miss : true
160160
161161 - name : Retrieve Server Certificates
You can’t perform that action at this time.
0 commit comments