From 90125e4c2bd0e8dc878bcba69591caf7d33f304e Mon Sep 17 00:00:00 2001 From: Hummel009 <60618853+Hummel009@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:11:31 +0300 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 456bb9a..fef8b39 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest strategy: matrix: - version: [ '1', '2', '3', '4' ] + version: [ 'Lab1', 'Lab2', 'Lab3', 'Lab4' ] steps: - uses: actions/checkout@main - name: Set up JDK 21 @@ -24,9 +24,9 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@main with: - arguments: :appLab${{matrix.version}}:build + arguments: :app${{matrix.version}}:build - name: Upload Artifact uses: actions/upload-artifact@v3.1.3 with: name: compiled-artifact - path: ./appLab${{matrix.version}}/build/libs/*.jar \ No newline at end of file + path: ./app${{matrix.version}}/build/libs/*.jar \ No newline at end of file