mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
try something else, again
This commit is contained in:
parent
4ef849cb81
commit
e228e4d65c
@ -114,8 +114,9 @@ jobs:
|
||||
git config user.email "cc65.nomail@github.com"
|
||||
git config push.default simple
|
||||
git add -A
|
||||
git diff-index --quiet HEAD || git commit -m "Updated from cc65 commit ${GITHUB_SHA}."
|
||||
git diff-index --quiet HEAD || git push
|
||||
if git commit -m "Updated from cc65 commit ${GITHUB_SHA}." ; then
|
||||
git push
|
||||
fi
|
||||
|
||||
# enter secrets under "repository secrets"
|
||||
- name: Upload snapshot to sourceforge
|
||||
|
Loading…
Reference in New Issue
Block a user