check copy Dockerfile to artifact dir
This commit is contained in:
parent
c1a9019812
commit
d6327f3d3e
@ -26,7 +26,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-artifact
|
||||
path: target/*.jar
|
||||
path: |
|
||||
target/*.jar
|
||||
Dockerfile
|
||||
- name: Create Maven settings.xml
|
||||
run: |
|
||||
cat <<EOF > ~/.m2/settings.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user