Skip to content

Commit

Permalink
[CI] Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Feb 4, 2025
1 parent 1945d0a commit 101823b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
if: env.RUN_SIMULATION_STEPS == 'true'
uses: actions/upload-artifact@v4
with:
name: BWC-ci-results-${env.RESULTS_POSTFIX}
name: BWC-ci-results-${{ env.RESULTS_POSTFIX }}
path: /tmp/results
- name: Check simulation results
if: env.RUN_SIMULATION_STEPS == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Upload simulation data
uses: actions/upload-artifact@v4
with:
name: BWC-docker-results-${env.RESULTS_POSTFIX}
name: BWC-docker-results-${{ env.RESULTS_POSTFIX }}
path: /tmp/results
- name: Check simulation results
shell: bash
Expand Down

0 comments on commit 101823b

Please sign in to comment.