Skip to content

Commit

Permalink
changed names for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Jul 19, 2024
1 parent e77236b commit c907376
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: amd64

- name: Checkout repository
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: true
Expand All @@ -29,25 +29,23 @@ jobs:
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
path: |
build/x64-release/vcpkg_installed
build/x64-debug/vcpkg_installed
- name: Cache Externals
uses: actions/cache@v3
with:
key: externals-${{ runner.os }}-${{ hashFiles('.gitmodules') }}
path: |
build/x64-release/external
build/x64-debug/external
- name: Configure CMake
run: |
cmake --preset x64-release
- name: Build project
- name: Build and Install ParallaxGen
run: |
cmake --build build/x64-release --target install
- name: Upload build artifacts
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: install-artifacts
Expand Down

0 comments on commit c907376

Please sign in to comment.