We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021900f commit a2c650bCopy full SHA for a2c650b
1 file changed
.github/workflows/win-msys2-build.yml
@@ -84,6 +84,6 @@ jobs:
84
uses: actions/upload-artifact@v7
85
with:
86
name: rifftree-installer-${{matrix.sys}}
87
- path: ${{github.workspace}}/build/rifftree-v${{steps.configuration.outputs.config_version}}-${{matrix.sys}}.exe
+ path: ${{github.workspace}}/build/RiffTree-v${{steps.configuration.outputs.config_version}}-${{matrix.sys}}.exe
88
retention-days: 90
89
overwrite: true
0 commit comments