Skip to content

Commit 850904d

Browse files
authored
Merge pull request #105 from WXYC/feature/enhance-deploy-flow
Remove unnecessary path in artifact download
2 parents 62685ae + 709373d commit 850904d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-base.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
uses: actions/download-artifact@v4
196196
with:
197197
name: version-${{ matrix.target }}-${{ needs.setup.outputs.build_id }}
198-
path: deploy_version.txt
199198

200199
- name: Determine Target Version
201200
id: determine_version
@@ -288,7 +287,6 @@ jobs:
288287
uses: actions/download-artifact@v4
289288
with:
290289
name: version-${{ matrix.target }}-${{ needs.setup.outputs.build_id }}
291-
path: deploy_version.txt
292290

293291
- name: Determine Target Version
294292
id: determine_version

0 commit comments

Comments
 (0)