Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrelies committed Mar 2, 2024
1 parent ba4ba8c commit 15b83c3
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/AutomatedRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,19 @@ jobs:

# Create repo user folder for the dependencies
- name: Create repo user folder
run: New-Item -ItemType directory -Path ..\..\Squirrelies
run: New-Item -ItemType directory -Path ..\..\SpeedRunTool

# Checkout latest dependencies code
- name: Checkout SRTHost
uses: actions/checkout@v2
with:
fetch-depth: 0
path: SRTHost
repository: Squirrelies/SRTHost
repository: SpeedRunTool/SRTHost

# GITHUB_WORKSPACE pathing is ass. Move this directory down one level.
- name: Move SRTHost down a folder to work with existing csproj pathing
run: Move-Item -Path SRTHost -Destination ..\..\Squirrelies

# Checkout latest dependencies code
- name: Checkout ProcessMemory
uses: actions/checkout@v2
with:
fetch-depth: 0
path: ProcessMemory
repository: Squirrelies/ProcessMemory

# GITHUB_WORKSPACE pathing is ass. Move this directory down one level.
- name: Move ProcessMemory down a folder to work with existing csproj pathing
run: Move-Item -Path ProcessMemory -Destination ..\..\Squirrelies
run: Move-Item -Path SRTHost -Destination ..\..\SpeedRunTool

# Set some output variables
- name: Set the main environment variables based on other environment variables
Expand Down

0 comments on commit 15b83c3

Please sign in to comment.