Skip to content

Commit

Permalink
Update release-artifact-bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Sep 25, 2022
1 parent ca5d66d commit 341148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Make Artifact Bundle
run: |
sed "s/__VERSION__/${VERSION_STRING}/g" info-macos.json.template
sed "s/__VERSION__/${VERSION_STRING}/g" info-macos.json.template > "${ARTIFACT_BUNDLE}/info.json"
cp -f ".build/apple/Products/Release/spp" "${ARTIFACT_BUNDLE_PATH}"
cp -f LICENSE "${ARTIFACT_BUNDLE}"
zip -yr - "${ARTIFACT_BUNDLE}" > "./swift-packages-parser-macos.artifactbundle.zip"
Expand Down

0 comments on commit 341148a

Please sign in to comment.