diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ba07fc..4b11828 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v1 with: - data: ${{ github.workspace }}/output/* + files: ${{ github.workspace }}/output/* tag_name: v20.04-${{ steps.tag.outputs.tag }} draft: true env: