Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.3' into create-pull-request/1.…
Browse files Browse the repository at this point in the history
…3.20-SNAPSHOT
  • Loading branch information
peterzhuamazon committed Dec 3, 2024
2 parents 8ff6489 + 397738b commit 3d1da92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: reports-scheduler-linux
name: reports-scheduler-linux-${{ matrix.java }}
path: reports-scheduler-builds

windows-build:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: reports-scheduler-windows
name: reports-scheduler-windows-${{ matrix.java }}
path: reports-scheduler-builds

0 comments on commit 3d1da92

Please sign in to comment.