diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index e2ab9b1..0631e17 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -57,9 +57,11 @@ jobs: - name: Prepare list of files id: prepare-files run: | - FILES=$(ls salami-* | tr '\n' ',' | sed 's/,$//') + FILES="salami-darwin-amd64 + salami-darwin-arm64 + salami-linux-amd64 + salami-linux-arm64" echo "files={$FILES}" >> $GITHUB_OUTPUT - echo "Debug: files={$FILES}" - name: Create release uses: softprops/action-gh-release@v1