Skip to content

Commit

Permalink
Fix artifacts???
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Oct 13, 2024
1 parent 12b4c65 commit 4618974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
KSP_ZIP_PASSWORD: ${{ secrets.KSP_ZIP_PASSWORD }}
validate-cfg-files:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
uses: KSP-CKAN/KSPMMCfgParser@master
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check-secret]
if: needs.check-secret.outputs.has-password == 'true'
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit 4618974

Please sign in to comment.