Skip to content

Commit

Permalink
Fix github build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Nov 23, 2019
1 parent 2cb5289 commit 705eed8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: Immersive Railroading 1.7.10
path: build/libs/ImmersiveRailroading-1.7.1_1.7.10.jar
path: build/libs/ImmersiveRailroading-1.7.2_1.7.10.jar

forge_1-10-2:
runs-on: ubuntu-latest
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: Immersive Railroading 1.10.2
path: build/libs/ImmersiveRailroading-1.7.1_1.10.2.jar
path: build/libs/ImmersiveRailroading-1.7.2_1.10.2.jar

forge_1-11-2:
runs-on: ubuntu-latest
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: Immersive Railroading 1.11.2
path: build/libs/ImmersiveRailroading-1.7.1_1.11.2.jar
path: build/libs/ImmersiveRailroading-1.7.2_1.11.2.jar

forge_1-12-2:
runs-on: ubuntu-latest
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: Immersive Railroading 1.12.2
path: build/libs/ImmersiveRailroading-1.7.1_1.12.2.jar
path: build/libs/ImmersiveRailroading-1.7.2_1.12.2.jar

forge_1-14-4:
runs-on: ubuntu-latest
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: Immersive Railroading 1.14.4
path: build/libs/ImmersiveRailroading-1.7.1_1.14.4.jar
path: build/libs/ImmersiveRailroading-1.7.2_1.14.4.jar

fabric_1-14-4:
runs-on: ubuntu-latest
Expand All @@ -103,4 +103,4 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: Immersive Railroading 1.14.4
path: build/libs/ImmersiveRailroading-1.7.1_fabric_1.14.4.jar
path: build/libs/ImmersiveRailroading-1.7.2_fabric_1.14.4.jar

0 comments on commit 705eed8

Please sign in to comment.