From 559b8a2d3922a93e5f6edf57768fbc0518fff6a8 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 16 Mar 2020 20:23:28 +0100 Subject: [PATCH] add checkout step --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 283f5e1..2262b2d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,6 +10,7 @@ jobs: name: Publish CPM.cmake runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 - name: Upload CPM.cmake to release uses: svenstaro/upload-release-action@v1-release with: