Skip to content

Commit 5eedd36

Browse files
committed
workflow update
1 parent f8be0e1 commit 5eedd36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: mvn clean package
2424
- name: Copy Release Artifacts
2525
run: |
26-
mkdir target/release
27-
cp pom.xml target/*.jar target/release/
26+
mkdir release
27+
cp pom.xml target/*.jar release/
2828
- name: Create Pretty
2929
run: |
3030
mkdir pretty
@@ -37,4 +37,4 @@ jobs:
3737
uses: actions/upload-artifact@v1
3838
with:
3939
name: coordinate-reference-systems
40-
path: target/release
40+
path: release

0 commit comments

Comments
 (0)