From 198fd8c1d883f83ac9c83a1a94eb76580ec634ea Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sun, 21 Apr 2024 00:56:31 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14164b3..a3edede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,22 +189,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootJVM) + - name: Download target directories (3.2.2, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM - - name: Inflate target directories (3.2.1, rootJVM) + - name: Inflate target directories (3.2.2, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootNative) + - name: Download target directories (3.2.2, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative - - name: Inflate target directories (3.2.1, rootNative) + - name: Inflate target directories (3.2.2, rootNative) run: | tar xf targets.tar rm targets.tar