Skip to content

Commit bf93f9d

Browse files
authored
Merge pull request #197 from splunk/doc-generation-update
Doc generation update
2 parents 9202f91 + d9c0ce4 commit bf93f9d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
server-id: splunk-artifactory
2020
- name: build
2121
run: mvn package --file pom.xml -DskipTests=true
22-
- name: Create temp artifacts apidocs folder
23-
run: mkdir apidocs
2422
- name: Create GitHub Release
2523
uses: softprops/action-gh-release@v1
2624
with:
@@ -35,11 +33,8 @@ jobs:
3533
MAVEN_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
3634
MAVEN_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3735

38-
- name: Zip docs
39-
run: zip -r apidocs/docs.zip splunk/target/apidocs
40-
4136
- name: Upload Artifact
4237
uses: actions/upload-artifact@v3
4338
with:
44-
name: apidocs
45-
path: apidocs/docs.zip
39+
name: java_sdk_docs
40+
path: splunk/target/apidocs

0 commit comments

Comments
 (0)