Skip to content

Commit

Permalink
Merge pull request #5 from ubiregiinc/seki/fix/license-path
Browse files Browse the repository at this point in the history
Fix LICENSE file path in artifactbundle
  • Loading branch information
trickart authored Dec 9, 2024
2 parents ce10045 + 1e57588 commit 3575edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
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}"
cp -f LICENSE "${ARTIFACT_BUNDLE}"
zip -yr - "${ARTIFACT_BUNDLE}" > ./license-plists-merger-macos.artifactbundle.zip
- name: Compute Checksum
Expand Down

0 comments on commit 3575edb

Please sign in to comment.