Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey Akhmetshin committed Nov 13, 2024
1 parent 2eb614a commit 3f6bbd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
CMAKE_TOOLCHAIN_FILE: ${{github.workspace}}/cmake/linux-i686.cmake

steps:
- uses: actions/checkout
- uses: actions/checkout@v4
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout
- uses: actions/checkout@v4
-
name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down Expand Up @@ -66,16 +66,16 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout
uses: actions/checkout@v4
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Deploying linux artifacts
uses: actions/download-artifact
uses: actions/download-artifact@v4
with:
name: linux

- name: Deploying windows artifacts
uses: actions/download-artifact
uses: actions/download-artifact@v4
with:
name: windows

Expand Down

0 comments on commit 3f6bbd0

Please sign in to comment.