Skip to content

Commit

Permalink
Adjust yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrelies committed Mar 14, 2023
1 parent 8cd50a4 commit 4febb53
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/AutomatedRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "windows-latest"
env:
working-directory: .
project-name: SRTPluginProviderRE2
project-name: SRTPluginProviderRE4R
platform: x64
configuration: Release
outputs:
Expand All @@ -31,19 +31,23 @@ 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
run: Move-Item -Path SRTHost -Destination ..\..\SpeedRunTool

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

# Checkout latest dependencies code
- name: Checkout ProcessMemory
Expand Down

0 comments on commit 4febb53

Please sign in to comment.