mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 12:45:38 +00:00
WORKFLOW: tentaive fix for commit issue
This commit is contained in:
parent
b2d9692b45
commit
8381588e23
7
.github/workflows/build_mame.yml
vendored
7
.github/workflows/build_mame.yml
vendored
|
@ -57,14 +57,14 @@ jobs:
|
||||||
id: branch_name
|
id: branch_name
|
||||||
run: echo "BRANCH_NAME=$(echo $GITHUB_REF | sed 's|refs/heads/||')" >> $GITHUB_ENV
|
run: echo "BRANCH_NAME=$(echo $GITHUB_REF | sed 's|refs/heads/||')" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Publish the flatpak in a new cooker release
|
- name: Publish the artifacts in a release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: "${{env.BRANCH_NAME}}-${{ env.buildid }}"
|
tag: "${{env.BRANCH_NAME}}-${{ env.buildid }}"
|
||||||
body: |
|
body: |
|
||||||
# Release Notes (Cooker)
|
# Release Notes (Cooker)
|
||||||
These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
|
These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
|
||||||
On branch [${{env.BRANCH_NAME}}](https://github.com/XargonWan/RetroDECK/tree/${{env.BRANCH_NAME}}).
|
On branch [${{env.BRANCH_NAME}}](https://github.com/XargonWan/RetroDECK-MAME/tree/${{env.BRANCH_NAME}}).
|
||||||
|
|
||||||
artifacts: "RetroDECK-MAME-Artifact.tar.gz"
|
artifacts: "RetroDECK-MAME-Artifact.tar.gz"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
@ -74,6 +74,9 @@ jobs:
|
||||||
|
|
||||||
- name: "Committing changes"
|
- name: "Committing changes"
|
||||||
uses: EndBug/add-and-commit@v9.1.3
|
uses: EndBug/add-and-commit@v9.1.3
|
||||||
|
with:
|
||||||
|
message: '[AUTOMATED] Updating MAME after build [skip ci]'
|
||||||
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue