Skip to content

Commit

Permalink
fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Feb 15, 2025
1 parent eb60845 commit 2f282f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f282f1

Please sign in to comment.