Skip to content

Commit 652eecf

Browse files
committed
artifact rename
1 parent 5a5466a commit 652eecf

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
@@ -1,13 +1,13 @@
11
name: Build & Test
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
77
pull_request:
88

99
jobs:
10-
10+
1111
build:
1212

1313
runs-on: ubuntu-latest
@@ -28,5 +28,5 @@ jobs:
2828
- name: Upload Artifacts
2929
uses: actions/upload-artifact@v1
3030
with:
31-
name: ogc-api-features-json-java
31+
name: ogc-api-features-json
3232
path: target/release

0 commit comments

Comments
 (0)