summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
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