From 2f282f130bc8062582baa29e41a42fce21836009 Mon Sep 17 00:00:00 2001 From: Diogo Trindade Date: Sat, 15 Feb 2025 16:33:53 +0000 Subject: [PATCH] fix build 2 --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c53e50b..223a676 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,68 +24,68 @@ jobs: uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.EliteDangerous - path: src/Artemis.Plugins.Games.EliteDangerous/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.EliteDangerous/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload GTAV uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.GTAV.Module - path: src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload League Of Legends uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.LeagueOfLegends.Module - path: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Module/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Module/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload Rocket League uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.RocketLeague - path: src/Artemis.Plugins.Games.RocketLeague/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.RocketLeague/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload TrackMania uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.TrackMania - path: src/Artemis.Plugins.Games.TrackMania/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.TrackMania/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload Truck Simulator uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.TruckSimulator - path: src/Artemis.Plugins.Games.TruckSimulator/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.TruckSimulator/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload Valheim uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.Valheim - path: src/Artemis.Plugins.Games.Valheim/Artemis.Plugins.Games.Valheim.Module/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.Valheim/Artemis.Plugins.Games.Valheim.Module/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload Fallout 4 uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.Fallout4 - path: src/Artemis.Plugins.Games.Fallout4/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.Fallout4/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload Dota 2 uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.Dota2 - path: src/Artemis.Plugins.Games.Dota2/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.Dota2/bin/x64/Release/net9.0/publish if-no-files-found: error - name: Upload CSGO uses: actions/upload-artifact@v4 with: name: Artemis.Plugins.Games.CSGO - path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net8.0/publish + path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net9.0/publish if-no-files-found: error \ No newline at end of file