We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04b5fe commit 8a09497Copy full SHA for 8a09497
.github/workflows/folia.yml
@@ -211,9 +211,8 @@ jobs:
211
uses: actions/upload-release-asset@v1
212
env:
213
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214
- UPLOAD_URL: ${{needs.build-default-branch.outputs.url}}
215
with:
216
- upload_url: $UPLOAD_URL
+ upload_url: ${{needs.build-default-branch.outputs.url}}
217
asset_path: "/home/runner/folia/folia-server/build/libs/[dev]${{ steps.get_name1.outputs.name1 }}"
218
asset_name: "[dev]${{ steps.get_name1.outputs.name1 }}"
219
asset_content_type: application/java-archive
0 commit comments