Skip to content

Commit

Permalink
Merge pull request #1226 from mavlink/fix-ios-release
Browse files Browse the repository at this point in the history
Fix iOS release path in CI
  • Loading branch information
JonasVautherin authored Oct 13, 2020
2 parents 5510f82 + cd20729 commit f98ca54
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 @@ -355,7 +355,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: 'build/fat_bin/mavsdk_server.zip'
file: 'build/mavsdk_server.zip'
asset_name: 'mavsdk_server_ios.zip'
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit f98ca54

Please sign in to comment.