Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jan 29, 2024
1 parent 83c1de7 commit 90125e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
path: ./app${{matrix.version}}/build/libs/*.jar

0 comments on commit 90125e4

Please sign in to comment.