Skip to content

Commit

Permalink
fix: Workflow AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Oct 19, 2023
1 parent 2b10de7 commit fae044d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
with:
name: "[Forge] Seamless Loading Screen ${{steps.split.outputs._0}}"
files: forge/build/libs/!(*-@(dev\|sources\|javadoc)).jar
loaders: |
forge
game-versions: |
${{steps.split.outputs._1}}
modrinth-id: ${{ vars.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: ${{ vars.CURSEFORGE_ID }}
Expand All @@ -57,10 +53,6 @@ jobs:
with:
name: "[Fabric] Seamless Loading Screen ${{steps.split.outputs._0}}"
files: fabric/build/libs/!(*-@(dev\|sources\|javadoc)).jar
loaders: |
fabric
game-versions: |
${{steps.split.outputs._1}}
modrinth-id: ${{ vars.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: ${{ vars.CURSEFORGE_ID }}
Expand Down

0 comments on commit fae044d

Please sign in to comment.