From d88ed6076fc72051a76df04b339a76e7232faf05 Mon Sep 17 00:00:00 2001 From: km8oz <5567515+KM8Oz@users.noreply.github.com> Date: Wed, 23 Nov 2022 04:08:35 +0300 Subject: [PATCH] x86_64-apple-darwin.zip --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dfe5d8b..7d14bf0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -122,7 +122,7 @@ jobs: allowUpdates: true prerelease: true updateOnlyUnreleased: true - artifacts: ${{ matrix.target }}.zip + artifacts: x86_64-apple-darwin.zip artifactContentType: application/zip # - name: Create Release # id: create_release