mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
Added "Configuring Git" step
This commit is contained in:
parent
8763718a11
commit
3fcdfca4e7
10
.github/workflows/build_artifacts.yml
vendored
10
.github/workflows/build_artifacts.yml
vendored
|
@ -44,6 +44,12 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- name: Configuring Git
|
||||
run: |
|
||||
git config --global protocol.file.allow always
|
||||
git config --global user.name "Rekku"
|
||||
git config --global user.email "rekku@retrodeck.net"
|
||||
|
||||
- name: "Assembling manifest"
|
||||
if: ${{ inputs.DYNAMIC_MANIFEST == 'true' }}
|
||||
run: |
|
||||
|
@ -66,10 +72,6 @@ jobs:
|
|||
|
||||
- name: "Build flatpak"
|
||||
run: |
|
||||
|
||||
# Configure Git
|
||||
git config --global protocol.file.allow always
|
||||
|
||||
flatpak-builder --user --force-clean \
|
||||
--install-deps-from=flathub \
|
||||
--install-deps-from=flathub-beta \
|
||||
|
|
Loading…
Reference in a new issue