Skip to content

Commit

Permalink
Remove create artifact path - Redundant
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Nov 13, 2024
1 parent 4f015de commit 30ad484
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
echo "build-test-linux=$plugin" >> $GITHUB_OUTPUT
env:
_JAVA_OPTIONS: -Xmx4096M
- name: Create Artifact Path
run: |
mkdir -p asynchronous-search-artifacts
cp ./build/distributions/*.zip asynchronous-search-artifacts
# This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact
- name: Uploads coverage
uses: codecov/[email protected]
Expand Down

0 comments on commit 30ad484

Please sign in to comment.