We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cb9fe commit 04571bcCopy full SHA for 04571bc
1 file changed
.github/workflows/build_and_publish.yml
@@ -90,7 +90,7 @@ jobs:
90
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'success'
91
with:
92
name: mingw-latest.zip
93
- path: ./${{ steps.build64.outputs.OUTPUT_BINARY }}
+ path: mingw-latest.zip
94
retention-days: 3
95
96
- name: Build 64-bit - retry
@@ -105,7 +105,7 @@ jobs:
105
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'failure'
106
107
108
- path: ./${{ steps.build64_2.outputs.OUTPUT_BINARY }}
109
110
111
binutils_macosx:
0 commit comments