Skip to content

Commit

Permalink
GHA: Fixes artifact upload conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 24, 2024
1 parent 21e4ee2 commit a81f665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Strategy
name: Strategy.ex${{ matrix.version }}
path: '**/Stg_Meta_*.ex[45]'
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: Strategy
pattern: Strategy.ex?

- name: Test ${{ matrix.year }}
uses: fx31337/mql-tester-action@master
Expand Down

0 comments on commit a81f665

Please sign in to comment.