Skip to content

Commit

Permalink
Use latest version and fix copy paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 20, 2023
1 parent 01cc8e5 commit 0dd8eca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dbo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0dd8eca

Please sign in to comment.