From 0dd8ecaa843170ea4a422a44173f36f10bb80226 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Sun, 20 Aug 2023 15:39:49 +0800 Subject: [PATCH] Use latest version and fix copy paste issue --- .github/workflows/dbo_test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dbo_test.yml b/.github/workflows/dbo_test.yml index 155f9cba..cd52f0aa 100644 --- a/.github/workflows/dbo_test.yml +++ b/.github/workflows/dbo_test.yml @@ -13,8 +13,9 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: token: ${{ secrets.GITHUB_TOKEN }} - version: tags/${{ github.event.inputs.version }} - file: multiverse-signportals-${{ github.event.inputs.version }}.jar + # version: tags/${{ github.event.inputs.version }} + file: multiverse-core-*\\.jar + target: 'subdir/' - name: Upload to dev.bukkit.org uses: benwoo1110/dbo-upload-action@main @@ -26,5 +27,5 @@ jobs: display_name: ${{ github.event.inputs.version }} game_versions: 9994 9974 9973 9561 9560 9261 9190 9016 8897 8849 8503 7915 7667 7330 7105 relations: '[{"slug": "multiverse-portals", "type": "optionalDependency"}]' - file: ${{ github.workspace }}/multiverse-signportals-${{ github.event.inputs.version }}.jar + file: ${{ github.workspace }}/subdir/multiverse-core-${{ github.event.inputs.version }}.jar debug: true