Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
sargeantPig authored Oct 21, 2023
2 parents ea0d840 + bed3f4e commit b8ed5ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.txt text
*.txt text=auto
6 changes: 2 additions & 4 deletions .github/workflows/google-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/RTWRand-macos.zip
gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/RTWRand-windows.zip
gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/RTWRand-linux.zip
run:
gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/RTWRand-macos.zip ./artifact/RTWRand-windows.zip ./artifact/RTWRand-linux.zip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
![workflow](https://github.com/sargeantPig/RTWLibTools/actions/workflows/dotnet-desktop.yml/badge.svg) ![workflow](https://github.com/sargeantPig/RTWLibTools/actions/workflows/linux.yml/badge.svg)
![workflow](https://github.com/sargeantPig/RTWLibTools/actions/workflows/macos-build-test.yml/badge.svg) ![workflow](https://github.com/sargeantPig/RTWLibTools/actions/workflows/linux-build-test.yml/badge.svg)![workflow](https://github.com/sargeantPig/RTWLibTools/actions/workflows/windows-build-test.yml/badge.svg)
# RTWLibTools
RTWLibTools

0 comments on commit b8ed5ff

Please sign in to comment.