Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Mar 14, 2024
1 parent cbecb1d commit c087a0c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,30 @@ jobs:
tag: flatoutuc
artifacts: data/Archives/FlatoutUltimateCarnage.WidescreenFix.zip

- name: SOCOM U.S. Navy SEALs Fireteam Bravo Fusion Mod
uses: ./.github/workflows/release_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_list: ${{ format('{0},{1}', github.event.inputs.tag_list, inputs.tag_list) }}
tag: fireteambravo1
artifacts: data/Archives/SOCOM.FireteamBravo.PPSSPP.FusionMod.zip

- name: SOCOM U.S. Navy SEALs Fireteam Bravo 2 Fusion Mod
uses: ./.github/workflows/release_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_list: ${{ format('{0},{1}', github.event.inputs.tag_list, inputs.tag_list) }}
tag: fireteambravo2
artifacts: data/Archives/SOCOM.FireteamBravo2.PPSSPP.FusionMod.zip

- name: SOCOM U.S. Navy SEALs Fireteam Bravo 3 Fusion Mod
uses: ./.github/workflows/release_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_list: ${{ format('{0},{1}', github.event.inputs.tag_list, inputs.tag_list) }}
tag: fireteambravo3
artifacts: data/Archives/SOCOM.FireteamBravo3.PPSSPP.FusionMod.zip

- name: Flatout 2 Widescreen Fix
uses: ./.github/workflows/release_tag
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
- flatout
- flatout2
- flatoutuc
- fireteambravo1
- fireteambravo2
- fireteambravo3
- gta1
- gta2
- gta3
Expand Down Expand Up @@ -115,6 +118,9 @@ env:
flatout: "/t:Flatout_WidescreenFix"
flatout2: "/t:Flatout2_WidescreenFix"
flatoutuc: "/t:FlatoutUltimateCarnage_WidescreenFix"
fireteambravo1: "/t:SOCOM_FireteamBravo_PPSSPP_FusionMod"
fireteambravo2: "/t:SOCOM_FireteamBravo2_PPSSPP_FusionMod"
fireteambravo3: "/t:SOCOM_FireteamBravo3_PPSSPP_FusionMod"
gta1: "/t:GTA1_WidescreenFix"
gta2: "/t:GTA2_WidescreenFix"
gta3: "/t:GTA3_WidescreenFix"
Expand All @@ -127,7 +133,7 @@ env:
gtavc: "/t:GTAVC_WidescreenFix"
gtavcde: "/t:GTAVCDE_FusionMod"
gtavcs: "/t:GTAVCS_PCSX2F_WidescreenFix /t:GTAVCS_PCSX2F_Project2DFX /t:GTAVCS_PCSX2F_ImVehLM"
gtavcspsp: "/t:GTAVCS_PPSSPP_WidescreenFix /t:GTAVCS_PPSSPP_Project2DFX /t:GTAVCS_PPSSPP_ImVehLM"
gtavcspsp: "/t:GTAVCS_PPSSPP_WidescreenFix /t:GTAVCS_PPSSPP_Project2DFX /t:GTAVCS_PPSSPP_ImVehLM /t:GTAVCS_PPSSPP_GamepadIcons"
gun: "/t:Gun_WidescreenFix"
hd2: "/t:HiddenandDangerous2_WidescreenFix"
justcause: "/t:JustCause_WidescreenFix"
Expand Down

0 comments on commit c087a0c

Please sign in to comment.