1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-29 08:41:31 +00:00

Trying a verbose Git push.

If I'm lucky, it will tell me more.
This commit is contained in:
Greg King 2022-06-17 05:38:59 -04:00
parent 0d5dbb2ce2
commit b4231401bd

View File

@ -111,7 +111,8 @@ jobs:
git config user.email "cc65.nomail@github.com"
git config push.default simple
git add -A
git commit -m "Updated from cc65 commit ${GITHUB_SHA}." && git push
git commit -m "Updated from cc65 commit ${GITHUB_SHA}."
git push -v
# enter secrets under "repository secrets"
- name: Upload snapshot to sourceforge