From 6ef546a05ef21ab71312bbcd5914900681991222 Mon Sep 17 00:00:00 2001 From: Simon Dudley Date: Thu, 11 Apr 2024 16:03:38 +1000 Subject: [PATCH] Fix artifactory publish (for realz) Signed-off-by: Simon Dudley --- .github/workflows/artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 5af159461b..07a30f02c0 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -97,6 +97,8 @@ jobs: runs-on: ubuntu-22.04 needs: artifacts steps: + - name: checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Set up JDK 17 uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 with: