Skip to content

Commit

Permalink
Fixed info-macos.json.template
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Sep 28, 2022
1 parent fb63272 commit 8b73b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion info-macos.json.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": "1.0",
"artifacts": {
"spp": {
"license-checker": {
"version": "__VERSION__",
"type": "executable",
"variants": [
Expand Down

0 comments on commit 8b73b58

Please sign in to comment.