Skip to content

Commit

Permalink
Merge pull request music-encoding#1342 from music-encoding/remove-zip…
Browse files Browse the repository at this point in the history
…-step

gh-actions: Remove zip step
  • Loading branch information
musicEnfanthen authored Sep 5, 2023
2 parents 98ddfad + ad6803a commit eb14650
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ jobs:
mv $SCHEMA_DIR/schemata $SCHEMA_DIR/$TARGET_DIR
cp -r build/mei-source_canonicalized.xml $SCHEMA_DIR/$TARGET_DIR
- name: Zip files
if: github.repository_owner == env.REPO_OWNER && startsWith(github.ref, 'refs/tags/v')
run: zip -r -X -j dist/MEI_Schemata_${{ github.ref_name }}.zip $SCHEMA_DIR/$TARGET_DIR

- name: Check git status before commit
if: github.repository_owner == env.REPO_OWNER && env.IS_DEV_OR_TAG == 'true'
working-directory: ${{ env.SCHEMA_DIR }}
Expand Down Expand Up @@ -246,7 +242,7 @@ jobs:
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # ratchet:ncipollo/[email protected]
with:
allowUpdates: false
artifacts: "${{ github.workspace }}/dist/guidelines/pdf/MEI_Guidelines_${{ github.ref_name }}.pdf,${{ github.workspace }}/dist/MEI_Schemata_${{ github.ref_name }}.zip"
artifacts: "${{ github.workspace }}/dist/guidelines/pdf/MEI_Guidelines_${{ github.ref_name }}.pdf"
artifactErrorsFailBuild: true
commit: ${{ github.sha }}
draft: true
Expand Down

0 comments on commit eb14650

Please sign in to comment.