script: |
mkdir benchmark_run_content_${{ github.sha }}
cd benchmark_run_content_${{ github.sha }}
- git clone https://github.com/space-wizards/space-station-14.git repo_dir --recursive
+ git clone https://github.com/MaxSMokeSkaarj/space-station-14.git repo_dir --recursive
cd repo_dir
git checkout ${{ github.sha }}
cd Content.Benchmarks
jobs:
add_label:
# Change the repository name after you've made sure the team name is correct for your fork!
- if: ${{ (github.repository == 'space-wizards/space-station-14') && (github.event.review.state == 'APPROVED') }}
+ if: ${{ (github.repository == 'MaxSMokeSkaarj/space-station-14') && (github.event.review.state == 'APPROVED') }}
permissions:
contents: read
pull-requests: write
steps:
- name: Install dependencies
- run: sudo apt-get update && sudo apt-get install -y python3-paramiko python3-lxml python3-requests
+ run: sudo apt-get install -y python3-paramiko python3-lxml
- uses: actions/checkout@v3.6.0
with:
run: dotnet build Content.Packaging --configuration Release --no-restore /m
- name: Package server
- run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64 --platform win-x86 --plat
+ run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64
- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
runs-on: ubuntu-latest
# Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo
# Do this in dump_github_contributors.ps1 too into your own repo
- if: github.repository == 'space-wizards/space-station-14'
+ if: github.repository == 'MaxSMokeSkaarj/space-station-14'
steps:
- uses: actions/checkout@v3.6.0