1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-18 11:29:45 +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 user.email "cc65.nomail@github.com"
git config push.default simple git config push.default simple
git add -A git add -A
git diff-index --quiet HEAD || git commit -m "Updated from cc65 commit ${GITHUB_SHA}." if git commit -m "Updated from cc65 commit ${GITHUB_SHA}." ; then
git diff-index --quiet HEAD || git push git push
fi
# enter secrets under "repository secrets" # enter secrets under "repository secrets"
- name: Upload snapshot to sourceforge - name: Upload snapshot to sourceforge