Skip to content

Commit

Permalink
Merge pull request #3 from ubiregiinc/seki/fix/release-workflow-2
Browse files Browse the repository at this point in the history
fix release workflow 2
  • Loading branch information
trickart authored Dec 9, 2024
2 parents d297a02 + 92c1fca commit 84a00fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:

- name: Create Artifact Bundle
run: |
set -x
mkdir -p "${ARTIFACT_BUNDLE_PATH}"
sed "s/__VERSION__/${{ github.ref_name }}/g" info.json.template > "${ARTIFACT_BUNDLE}/info.json"
cp -f .build/apple/Products/Release/license-plists-merger "${ARTIFACT_BUNDLE_PATH}"
cp -f LICENSE "${ARTIFACT_BUNDLE_PATH}"
zip -yr - "${ARTIFACT_BUNDLE}" > "./license-plists-merger-macos.artifactbundle.zip"
zip -yr - "${ARTIFACT_BUNDLE}" > ./license-plists-merger-macos.artifactbundle.zip
- name: Compute Checksum
run: |
Expand Down

0 comments on commit 84a00fc

Please sign in to comment.