diff options
| author | 2024-04-24 03:21:34 +0100 | |
|---|---|---|
| committer | 2024-04-24 04:04:09 +0100 | |
| commit | 3d7f7e99357b72588dc401b68761ddf0f4b17431 (patch) | |
| tree | 464780715f27c1b075434d3f7f90210fc6271128 | |
| parent | f7dd8f88f0f527fc28be77e9bcd937fc484573e8 (diff) | |
| download | sentrum-3d7f7e99357b72588dc401b68761ddf0f4b17431.tar.gz sentrum-3d7f7e99357b72588dc401b68761ddf0f4b17431.tar.bz2 sentrum-3d7f7e99357b72588dc401b68761ddf0f4b17431.zip | |
Fix macos package naming
| -rw-r--r-- | .github/workflows/release.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f02db1b..37d8ec8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs:              name: sentrum-${{ github.ref_name }}-windows-x86_64.zip            - os: macos-latest              bin: sentrum -            name: sentrum-${{ github.ref_name }}--darwin-x86_64.tar.gz +            name: sentrum-${{ github.ref_name }}-darwin-x86_64.tar.gz      runs-on: ${{ matrix.os }}      steps:      - uses: actions/checkout@v4 | 
