mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +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
|
||||
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
|
||||
with:
|
||||
tag: "${{env.BRANCH_NAME}}-${{ env.buildid }}"
|
||||
body: |
|
||||
# Release Notes (Cooker)
|
||||
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"
|
||||
allowUpdates: true
|
||||
|
@ -74,6 +74,9 @@ jobs:
|
|||
|
||||
- name: "Committing changes"
|
||||
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