diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60d0c330..b809c995 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: # note: dir/* doesn't match .bla (hidden) file in linux under dir/ but matches in subfolders - name: Create latest build - uses: marvinpinto/action-automatic-releases@latest + uses: czietz/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: "latest"