Skip to content

Commit 6ec3a1b

Browse files
committed
Update deploy
1 parent 04571bc commit 6ec3a1b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
env:
4242
CCACHE_DISABLE: 1
43+
OUTPUT: github.workspace
4344
steps:
4445

4546
- name: Install dependencies
@@ -90,7 +91,7 @@ jobs:
9091
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'success'
9192
with:
9293
name: mingw-latest.zip
93-
path: mingw-latest.zip
94+
path: ${{ github.workspace }}/mingw-latest.zip
9495
retention-days: 3
9596

9697
- name: Build 64-bit - retry
@@ -105,7 +106,7 @@ jobs:
105106
steps.download.outputs.DOWNLOAD_URL == '' && steps.build64.outcome == 'failure'
106107
with:
107108
name: mingw-latest.zip
108-
path: mingw-latest.zip
109+
path: ${{ github.workspace }}/mingw-latest.zip
109110
retention-days: 3
110111

111112
binutils_macosx:

0 commit comments

Comments
 (0)