Skip to content

Commit

Permalink
CI: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondracek-lukas committed Apr 17, 2022
1 parent 2e3d7f4 commit f8c1d80
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Expand Up @@ -84,12 +84,12 @@ jobs:
asset_name: vichrr-v${{ github.ref_name }}-server-linux
asset_content_type: application/octet-stream

- name: Upload compile-mac.sh
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./.github/compile-mac.sh
asset_name: vichrr-compile-mac.sh
asset_content_type: application/octet-stream
- name: Upload compile-mac.sh
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./.github/compile-mac.sh
asset_name: vichrr-compile-mac.sh
asset_content_type: application/octet-stream

0 comments on commit f8c1d80

Please sign in to comment.