Skip to content

Commit

Permalink
WORKFLOW: fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Aug 2, 2024
1 parent e8f7bfc commit 592fd52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_es-de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- retrodeck-main
- main
- feat/*
workflow_dispatch:

Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
repository: RetroDECK/Cooker
submodules: 'true'
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
path: cooker
path: "${GITHUB_WORKSPACE}/cooker"
fetch-depth: 1

- name: "Update RetroDECK Cooker manifest with new artifact URL and SHA256"
Expand All @@ -99,7 +100,7 @@ jobs:
- name: Commit and push changes to Cooker repo
if: contains(env.BRANCH_NAME, 'feat/') == false
run: |
cd cooker
cd "${GITHUB_WORKSPACE}/cooker"
git checkout feat/lighter-manifest # TODO: remove me later
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
Expand Down

0 comments on commit 592fd52

Please sign in to comment.