We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa9280 commit c27c775Copy full SHA for c27c775
.github/workflows/guix.yml
@@ -164,7 +164,7 @@ jobs:
164
cd feather-sigs
165
git checkout -b ${{github.ref_name}}-${{ matrix.toolchain.target }}
166
git config --global user.name "GitHub"
167
- git config --global user.email ""
168
- git add add codesigning
+ git config --global user.email "git@github.com"
+ git add .
169
git commit -m "add codesignature for ${{github.ref_name}}/${{ matrix.toolchain.target }}"
170
git push origin ${{github.ref_name}}-${{ matrix.toolchain.target }}
0 commit comments