Skip to content

Commit 04571bc

Browse files
committed
Update deploy
1 parent 60cb9fe commit 04571bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'success'
9191
with:
9292
name: mingw-latest.zip
93-
path: ./${{ steps.build64.outputs.OUTPUT_BINARY }}
93+
path: mingw-latest.zip
9494
retention-days: 3
9595

9696
- name: Build 64-bit - retry
@@ -105,7 +105,7 @@ jobs:
105105
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'failure'
106106
with:
107107
name: mingw-latest.zip
108-
path: ./${{ steps.build64_2.outputs.OUTPUT_BINARY }}
108+
path: mingw-latest.zip
109109
retention-days: 3
110110

111111
binutils_macosx:

0 commit comments

Comments
 (0)