We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63925e8 commit 1ccba5cCopy full SHA for 1ccba5c
.github/workflows/build-cflow.yml
@@ -68,4 +68,4 @@ jobs:
68
uses: actions/upload-artifact@v4
69
with:
70
name: memos-${{ matrix.goos }}-${{ matrix.goarch }}
71
- path: memos/memos${{ matrix.goos == 'windows' && '.exe' || '' }}
+ path: cflow/memos${{ matrix.goos == 'windows' && '.exe' || '' }}
0 commit comments