From 341148a9245f254bc173b4530f30da0b487e7a89 Mon Sep 17 00:00:00 2001 From: "Takuto NAKAMURA (Kyome)" Date: Mon, 26 Sep 2022 01:00:22 +0900 Subject: [PATCH] Update release-artifact-bundle.yml --- .github/workflows/release-artifact-bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifact-bundle.yml b/.github/workflows/release-artifact-bundle.yml index ffb982f..a62a3bb 100644 --- a/.github/workflows/release-artifact-bundle.yml +++ b/.github/workflows/release-artifact-bundle.yml @@ -38,7 +38,7 @@ jobs: - name: Make Artifact Bundle run: | - sed "s/__VERSION__/${VERSION_STRING}/g" info-macos.json.template + sed "s/__VERSION__/${VERSION_STRING}/g" info-macos.json.template > "${ARTIFACT_BUNDLE}/info.json" cp -f ".build/apple/Products/Release/spp" "${ARTIFACT_BUNDLE_PATH}" cp -f LICENSE "${ARTIFACT_BUNDLE}" zip -yr - "${ARTIFACT_BUNDLE}" > "./swift-packages-parser-macos.artifactbundle.zip"