From 075e9df0edab0654dce67fa7c2c98c0000034f13 Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Wed, 10 Jul 2024 22:27:01 -0400 Subject: [PATCH] New build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cc774b6f..0b2476b69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: - name: Create Release id: create_release - uses: actions/create-release@v2 + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -60,7 +60,7 @@ jobs: prerelease: false - name: Upload Release Asset - uses: actions/upload-release-asset@v2 + uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: