Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura committed Jan 29, 2024
1 parent 742ba84 commit 7bb0b99
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
# if: (startsWith(github.event.ref, 'refs/tags/'))
name: Release
runs-on: macos-latest

defaults:
run:
working-directory: some/directory/here
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand All @@ -82,8 +84,8 @@ jobs:
prerelease: true
generate_release_notes: true
files: |
${{ github.workspace }}/dxfeed-jni-native-sdk
${{ github.workspace }}/DxFeedJniNativeSdk-win-x64
${{ github.workspace }}/DxFeedJniNativeSdk-linux-x64
${{ github.workspace }}/DxFeedJniNativeSdk-osx-x64
dxfeed-jni-native-sdk
# ${{ github.workspace }}/DxFeedJniNativeSdk-win-x64
# ${{ github.workspace }}/DxFeedJniNativeSdk-linux-x64
# ${{ github.workspace }}/DxFeedJniNativeSdk-osx-x64
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7bb0b99

Please sign in to comment.