Skip to content

Commit

Permalink
fix upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed May 25, 2023
1 parent 0c15e0e commit b8cbcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/directory-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
echo "Building version ${{env.RELEASE_VERSION}} of ${{env.RELEASE_NAME}}"
( cd addon && mvn -B install -Pdirectory --file pom.xml )
echo "Package ${{env.RELEASE_ZIP}}"
- name: upload linux artifact
- name: Upload GitHub artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{env.RELEASE_ZIP_PATH}}
asset_name: ${{env.RELEASE_ZIP_NAME}}
asset_content_type: application/gzip
Expand Down

0 comments on commit b8cbcf5

Please sign in to comment.