From 7314fa17fd0fab10dccfeb293a82f2af1544a723 Mon Sep 17 00:00:00 2001 From: Divan Visagie Date: Sun, 3 Sep 2023 13:41:39 +0200 Subject: [PATCH] Directory fail --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c2c132..dbda44e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Create GitHub Release and Upload Asset using ghr run: | - C:\ghr\ghr.exe -t ${{ secrets.GITHUB_TOKEN }} \ + C:\ghr\ghr_v0.13.0_windows_amd64\ghr.exe -t ${{ secrets.GITHUB_TOKEN }} \ -u ${{ github.repository_owner }} \ -r ${{ github.event.repository.name }} \ -c ${{ github.sha }} \