From c72a7b8d8340a80756309292e97c59741330598a Mon Sep 17 00:00:00 2001 From: Bruno-chanrio Date: Sat, 27 Jul 2024 18:03:42 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2363522e..466358dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: if: github.ref == 'refs/heads/wii' steps: - - name: Checkout snes9xgx repo + - name: Checkout repo uses: actions/checkout@v4 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: - name: Re-zip artifacts run: | cd dist - zip -r PinballDVD.zip PinballDVF + zip -r PinballDVD.zip PinballDVD - name: Update Git Tag run: |