mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
Remove extra dash before uses in build test
This commit is contained in:
parent
05f6c0643b
commit
53add91e99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Build Test.yml
vendored
2
.github/workflows/Build Test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- run: cd build && make check
|
||||
- run: cd build && make distcheck
|
||||
- name: Upload binary artifact
|
||||
- uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: i3lock
|
||||
path: /home/runner/work/i3lock-color/i3lock-color/build/i3lock
|
||||
|
|
Loading…
Add table
Reference in a new issue