Skip to content

Commit

Permalink
GHA: Limit artifact upload to .ex[45] files only
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 26, 2023
1 parent 074bcb4 commit 0c9c809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Test:
needs: Compile
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'

0 comments on commit 0c9c809

Please sign in to comment.