Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored Jul 27, 2024
1 parent e238416 commit c72a7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit c72a7b8

Please sign in to comment.