From ba45dd9f1c129d97982f2fc7e55ba80d46f34579 Mon Sep 17 00:00:00 2001 From: dwertent Date: Sun, 22 Aug 2021 08:26:06 +0300 Subject: [PATCH] rm from path --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2474962d..03bfd045 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: - name: Create Release ${{ matrix.os }} id: create_release - uses: actions/${{ matrix.os }}/create-release@v1 + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -36,7 +36,7 @@ jobs: - name: Upload Release Asset ${{ matrix.os }} id: upload-release-asset - uses: actions/${{ matrix.os }}/upload-release-asset@v1 + uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: