1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

try something else, again

This commit is contained in:
mrdudz 2023-05-04 21:58:37 +02:00
parent 4ef849cb81
commit e228e4d65c

View File

@ -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