We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9889b3 commit 022c4d6Copy full SHA for 022c4d6
2 files changed
.github/workflows/windows.yml
@@ -104,9 +104,11 @@ jobs:
104
- name: uploadRelease
105
if: startsWith(github.event.ref, 'refs/tags/')
106
uses: svenstaro/upload-release-action@v1-release
107
+ env:
108
+ archiveName: lemon.${{ steps.get_version.outputs.VERSION }}.Windows-${{ matrix.arch }}
109
with:
110
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: ./${{ env.packageName }}.zip
- asset_name: lemon-win-${{matrix.arch}}.zip
111
+ file: ./${{ env.archiveName }}.zip
112
+ asset_name: lemon-win-${{matrix.arch}}-${{ matrix.build_type }}.zip
113
tag: ${{ github.ref }}
114
overwrite: true
makespec/BUILDVERSION
@@ -1 +1 @@
1
-106
+119
0 commit comments