mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 12:05:14 +01:00
Merge branch 'main' into fix-gha-release
This commit is contained in:
commit
fa0ef421c7
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -36,12 +36,6 @@ jobs:
|
|||||||
GITHUB_VERSION: ${{ steps.get_release.outputs.tag_name }}
|
GITHUB_VERSION: ${{ steps.get_release.outputs.tag_name }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Fix the upload URL
|
|
||||||
run: |
|
|
||||||
UPLOAD_URL=${{ steps.get_release.outputs.upload_url }}
|
|
||||||
UPLOAD_URL=${UPLOAD_URL//\{?name,label\}}
|
|
||||||
echo "UPLOAD_URL=${UPLOAD_URL}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Upload release artifact
|
- name: Upload release artifact
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user