We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04571bc commit 6ec3a1bCopy full SHA for 6ec3a1b
1 file changed
.github/workflows/build_and_publish.yml
@@ -40,6 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
env:
42
CCACHE_DISABLE: 1
43
+ OUTPUT: github.workspace
44
steps:
45
46
- name: Install dependencies
@@ -90,7 +91,7 @@ jobs:
90
91
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'success'
92
with:
93
name: mingw-latest.zip
- path: mingw-latest.zip
94
+ path: ${{ github.workspace }}/mingw-latest.zip
95
retention-days: 3
96
97
- name: Build 64-bit - retry
@@ -105,7 +106,7 @@ jobs:
105
106
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'failure'
107
108
109
110
111
112
binutils_macosx:
0 commit comments