diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index 88366c6..df194a6 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -3,8 +3,14 @@ on: types: [published] # Add the LICENSE file to the release files -- name: Add LICENSE - uses: actions/upload-artifact@v2 - with: - name: LICENSE - path: LICENSE +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Check Out Repo + uses: actions/checkout@v2 + - name: Add LICENSE + uses: actions/upload-artifact@v2 + with: + name: LICENSE + path: LICENSE