diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-07 16:02:08 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-04-08 13:40:48 -0600 |
| commit | bb39229c354137a822b3d2265ae651b435e893d9 (patch) | |
| tree | 818c62c469a0562a5996c84c19b8aebf341c0513 | |
| parent | ea921a05d13bf56c0f4bdb02677ab1c9dc94864f (diff) | |
Update release.ymlv1.0.0
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65bd015..982f740 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - path/to/your/linux/binary/file + build-cmake tag_name: v1.0.0 # Replace with your release tag release_name: Linux Release v1.0.0 # Replace with your release name draft: false @@ -55,7 +55,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - path/to/your/windows/binary/file + build-cmake tag_name: v1.0.0 # Replace with your release tag release_name: Windows Release v1.0.0 # Replace with your release name draft: false @@ -83,7 +83,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - path/to/your/macos/binary/file + build-cmake tag_name: v1.0.0 # Replace with your release tag release_name: macOS Release v1.0.0 # Replace with your release name draft: false |
