Skip to content

Commit

Permalink
ci: remove suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Dec 24, 2023
1 parent aa72660 commit 70afa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release
ninja -C build
- name: Upload artifact (Windows - binary)
- name: Upload artifact (Windows)
if: startsWith(matrix.os, 'windows')
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 70afa49

Please sign in to comment.