ci: fix add
Some checks failed
ci/gh-actions/build / build-ubuntu-without-scanner (push) Has been cancelled
ci/gh-actions/guix / cache-sources (push) Has been cancelled
ci/gh-actions/guix / aarch64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / bundle-logs (push) Has been cancelled
ci/gh-actions/guix / arm-linux-gnueabihf (push) Has been cancelled
ci/gh-actions/guix / arm64-apple-darwin (push) Has been cancelled
ci/gh-actions/guix / i686-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / riscv64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / x86_64-apple-darwin (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu.no-tor-bundle (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu.pack (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / x86_64-w64-mingw32.installer (push) Has been cancelled
ci/gh-actions/guix / x86_64-w64-mingw32 (push) Has been cancelled
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32.installer]) (push) Has been cancelled
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32]) (push) Has been cancelled

This commit is contained in:
tobtoht 2024-10-24 12:09:16 +02:00
parent 0fa928005b
commit c27c775b51

View file

@ -164,7 +164,7 @@ jobs:
cd feather-sigs cd feather-sigs
git checkout -b ${{github.ref_name}}-${{ matrix.toolchain.target }} git checkout -b ${{github.ref_name}}-${{ matrix.toolchain.target }}
git config --global user.name "GitHub" git config --global user.name "GitHub"
git config --global user.email "" git config --global user.email "git@github.com"
git add add codesigning git add .
git commit -m "add codesignature for ${{github.ref_name}}/${{ matrix.toolchain.target }}" git commit -m "add codesignature for ${{github.ref_name}}/${{ matrix.toolchain.target }}"
git push origin ${{github.ref_name}}-${{ matrix.toolchain.target }} git push origin ${{github.ref_name}}-${{ matrix.toolchain.target }}