Skip to content

Commit

Permalink
Merge pull request #1229 from mavlink/pr-fix-musl-release
Browse files Browse the repository at this point in the history
workflows: try to fix upload of artefacts
  • Loading branch information
julianoes committed Oct 19, 2020
2 parents 6535d3f + d2e8275 commit 28f190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "${PWD}/install/bin/mavsdk_server"
file: 'install/bin/mavsdk_server'
asset_name: 'mavsdk_server_musl_${{ matrix.arch }}'
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 28f190f

Please sign in to comment.