Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Jul 27, 2020
1 parent 6addd0b commit ee7a71b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/mlar_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,16 @@ jobs:
with:
name: mlar-macos

- name: DEBUG
run: ls -ahl ./mlar-linux

- name: Release Linux artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mlar-linux
asset_path: ./mlar-linux/mlar
asset_content_type: application/octet-stream
asset_name: mlar-linux-static-${{ steps.get_version.outputs.VERSION }}

Expand All @@ -101,7 +104,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mlar-windows
asset_path: ./mlar-windows/mlar.exe
asset_content_type: application/octet-stream
asset_name: mlar-windows-${{ steps.get_version.outputs.VERSION }}

Expand All @@ -111,6 +114,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mlar-macos
asset_path: ./mlar-macos/mlar
asset_content_type: application/octet-stream
asset_name: mlar-macos-${{ steps.get_version.outputs.VERSION }}

0 comments on commit ee7a71b

Please sign in to comment.