Skip to content

Commit

Permalink
Merge pull request #117 from alma/devx/fix-dist-filename
Browse files Browse the repository at this point in the history
[DEVX] Fix release zip filename
  • Loading branch information
carine-bonnafous authored Jul 4, 2024
2 parents 9ca2ca8 + 29c94f7 commit f4eeb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ github.token }}" \
-H "Content-Type: application/zip" \
-T "dist/alma.zip" \
https://uploads.github.com/repos/${{ github.repository }}/releases/${{ steps.fetch-release-draft.outputs.id }}/assets?name=alma.zip
-T "dist/alma-php-client.zip" \
https://uploads.github.com/repos/${{ github.repository }}/releases/${{ steps.fetch-release-draft.outputs.id }}/assets?name=alma-php-client.zip
- name: Publish Github release
uses: actions/github-script@v7
Expand Down

0 comments on commit f4eeb80

Please sign in to comment.