Skip to content

Commit c4486dc

Browse files
Update build.yml
1 parent 6f72692 commit c4486dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
name: kmonad-executable
4747
path: ${{ env.APPDATA_DIR }}\local\bin\
4848

49-
- name: Upload KMonad artifact
49+
- name: Upload KMonad release
5050
uses: softprops/action-gh-release@v2
5151
with:
5252
tag_name: ${{ inputs.version }}
5353
make_latest: true
54-
files: ${{ env.APPDATA_DIR }}\local\bin\
54+
files: ${{ env.APPDATA_DIR }}\local\bin\kmonad.exe

0 commit comments

Comments
 (0)