From f50390226722016a4ace5fa39286a7fe88877027 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Thu, 18 Jun 2020 05:26:07 -0500 Subject: [PATCH] update create release action --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e89f33b48..328d12ec6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -91,7 +91,7 @@ jobs: 7z a -mx1 "$env:artifact_2.zip" ".\$env:artifact_2\*" - name: Create Release id: create_release - uses: actions/create-release@v1 + uses: actions/create-release@v1.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: