ci: fix configure
Some checks are pending
ci/gh-actions/build / build-ubuntu-without-scanner (push) Waiting to run
ci/gh-actions/guix / bundle-logs (push) Blocked by required conditions
ci/gh-actions/guix / cache-sources (push) Waiting to run
ci/gh-actions/guix / aarch64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / arm-linux-gnueabihf (push) Blocked by required conditions
ci/gh-actions/guix / arm64-apple-darwin (push) Blocked by required conditions
ci/gh-actions/guix / i686-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / riscv64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-apple-darwin (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu.no-tor-bundle (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu.pack (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-w64-mingw32.installer (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-w64-mingw32 (push) Blocked by required conditions
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32.installer]) (push) Blocked by required conditions
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32]) (push) Blocked by required conditions

This commit is contained in:
tobtoht 2024-10-24 00:16:29 +02:00
parent 1f59952653
commit 0fa928005b

View file

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