From b5308a7fe79ed6a4884c1fce73682bac02079eef Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 3 Feb 2025 13:19:39 -0500 Subject: [PATCH] make 7zip pull from github --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 505b68d..2f7f1f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: milliewalky/setup-7-zip@v2 + - uses: https://github.com/milliewalky/setup-7-zip@v2 name: Install 7zip # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it