diff --git a/.github/workflows/release-artifact-bundle.yml b/.github/workflows/release-artifact-bundle.yml index 117b08f..a7fd9bb 100644 --- a/.github/workflows/release-artifact-bundle.yml +++ b/.github/workflows/release-artifact-bundle.yml @@ -41,11 +41,13 @@ jobs: cp -f ".build/apple/Products/Release/license-checker" "${ARTIFACT_BUNDLE_PATH}" cp -f LICENSE "${ARTIFACT_BUNDLE}" zip -yr - "${ARTIFACT_BUNDLE}" > "./license-checker-macos.artifactbundle.zip" + - name: Get checksum run: | CHECKSUM=$(swift package compute-checksum ./license-checker-macos.artifactbundle.zip) echo ${CHECKSUM} echo "CHECKSUM=${CHECKSUM}" >> $GITHUB_ENV + - name: Create release uses: softprops/action-gh-release@v1 with: diff --git a/info-macos.json.template b/info-macos.json.template index 747c7d6..627bef0 100644 --- a/info-macos.json.template +++ b/info-macos.json.template @@ -1,7 +1,7 @@ { "schemaVersion": "1.0", "artifacts": { - "spp": { + "license-checker": { "version": "__VERSION__", "type": "executable", "variants": [