Skip to content

Commit

Permalink
fix release workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
trickart committed Dec 9, 2024
1 parent d297a02 commit 92c1fca
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 92c1fca

Please sign in to comment.