Skip to content

Commit

Permalink
Update maven-publish.yml (only jar + ls)
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura committed Jan 29, 2024
1 parent 4f722dc commit d7e30d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
run: echo "custom_tag=latest-unstable" >> $GITHUB_ENV

- run: ls -la
- run: cd ${{ github.workspace }}/dxfeed-jni-native-sdk
- run: ls -la

- name: Upload Tools
uses: softprops/action-gh-release@v1
Expand All @@ -93,7 +91,7 @@ jobs:
prerelease: true
generate_release_notes: true
files: |
${{ github.workspace }}/dxfeed-jni-native-sdk
${{ github.workspace }}/dxfeed-jni-native-sdk.zip
# ${{ github.workspace }}/DxFeedJniNativeSdk-win-x64
# ${{ github.workspace }}/DxFeedJniNativeSdk-linux-x64
# ${{ github.workspace }}/DxFeedJniNativeSdk-osx-x64

0 comments on commit d7e30d4

Please sign in to comment.