Skip to content

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav authored Nov 12, 2024
1 parent 4eded38 commit de43e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attachReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
attach-release-artifacts:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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 Expand Up @@ -66,7 +66,7 @@ jobs:
cp -v -R "${GITHUB_WORKSPACE}/GameData" "${RELEASE_DIR}"
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ProceduralParts
path: ${{ steps.assemble-release.outputs.release-dir }}

0 comments on commit de43e67

Please sign in to comment.