Skip to content

Commit

Permalink
fixed line endings for long gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
ohuu committed Aug 27, 2024
1 parent 5c90b5c commit c4ba101
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ jobs:
merge-multiple: true
- name: Create release
run: |
gh release create ${{ github.ref_name }} --draft --title "Release ${{ github.ref_name }}" --notes "" |
artifacts/cardamon-x86_64-unknown-linux-gnu-${{ github.ref_name }}.tgz |
artifacts/cardamon-x86_64-unknown-linux-gnu-${{ github.ref_name }}.tgz.sha256 |
artifacts/cardamon-x86_64-pc-windows-msvc-${{ github.ref_name }}.zip |
artifacts/cardamon-x86_64-pc-windows-msvc-${{ github.ref_name }}.zip.sha256 |
artifacts/cardamon-aarch64-apple-darwin-${{ github.ref_name }}.tgz |
gh release create ${{ github.ref_name }} --draft --title "Release ${{ github.ref_name }}" --notes "" \
artifacts/cardamon-x86_64-unknown-linux-gnu-${{ github.ref_name }}.tgz \
artifacts/cardamon-x86_64-unknown-linux-gnu-${{ github.ref_name }}.tgz.sha256 \
artifacts/cardamon-x86_64-pc-windows-msvc-${{ github.ref_name }}.zip \
artifacts/cardamon-x86_64-pc-windows-msvc-${{ github.ref_name }}.zip.sha256 \
artifacts/cardamon-aarch64-apple-darwin-${{ github.ref_name }}.tgz \
artifacts/cardamon-aarch64-apple-darwin-${{ github.ref_name }}.tgz.sha256
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c4ba101

Please sign in to comment.