From 0d5a18cde04bdd9c2bb9b7b7503f6402d25cca08 Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 3 Feb 2025 13:20:54 -0500 Subject: [PATCH] fix action bruh --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f7f1f9..2aa6d0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,10 @@ jobs: - uses: https://github.com/milliewalky/setup-7-zip@v2 name: Install 7zip + with: + # 7-Zip release tag from its GitHub Releases page e.g. 24.07. + # default: latest + tag: "" # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2