Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
KLanausse committed Aug 26, 2024
1 parent 0d3fc26 commit 1d39c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: make
run: c++ ~/work/Termdle/Termdle/Termdle.cpp -std=c++11 -o ~/Termdle_$(date "+%Y.%m.%d-%H.%M.%S").bin
- uses: actions/upload-artifact@v4
with:
name: Upload artifact
path: ~/Termdle_*.bin
with:
name: Upload artifact
path: ~/Termdle_*.bin

0 comments on commit 1d39c9b

Please sign in to comment.