Skip to content

Commit 8a09497

Browse files
authored
Update folia.yml
1 parent e04b5fe commit 8a09497

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/folia.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,8 @@ jobs:
211211
uses: actions/upload-release-asset@v1
212212
env:
213213
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214-
UPLOAD_URL: ${{needs.build-default-branch.outputs.url}}
215214
with:
216-
upload_url: $UPLOAD_URL
215+
upload_url: ${{needs.build-default-branch.outputs.url}}
217216
asset_path: "/home/runner/folia/folia-server/build/libs/[dev]${{ steps.get_name1.outputs.name1 }}"
218217
asset_name: "[dev]${{ steps.get_name1.outputs.name1 }}"
219218
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)