Skip to content

Commit

Permalink
Rename artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
KLanausse committed Aug 26, 2024
1 parent 1d39c9b commit 343ca88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
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
name: Termdle
path: ~/Termdle_*.bin

0 comments on commit 343ca88

Please sign in to comment.