diff --git a/.github/workflows/release-win.yml b/.github/workflows/release-win.yml index 6595d99..cb55bc3 100644 --- a/.github/workflows/release-win.yml +++ b/.github/workflows/release-win.yml @@ -64,8 +64,8 @@ jobs: type: 'zip' filename: mmkv-${{env.TAG_VERSION}}-win-bin.zip directory: ${{github.workspace}} - path: bin/mmkv-cli LICENSE - + path: '*/bin/mmkv-cli LICENSE' + - name: Make Release v${{env.TAG_VERSION}} uses: ncipollo/release-action@v1 with: