We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f72692 commit c4486dcCopy full SHA for c4486dc
.github/workflows/build.yml
@@ -46,9 +46,9 @@ jobs:
46
name: kmonad-executable
47
path: ${{ env.APPDATA_DIR }}\local\bin\
48
49
- - name: Upload KMonad artifact
+ - name: Upload KMonad release
50
uses: softprops/action-gh-release@v2
51
with:
52
tag_name: ${{ inputs.version }}
53
make_latest: true
54
- files: ${{ env.APPDATA_DIR }}\local\bin\
+ files: ${{ env.APPDATA_DIR }}\local\bin\kmonad.exe
0 commit comments