Skip to content

Commit

Permalink
Upload-artifact workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro committed Oct 12, 2024
1 parent 3a7b86b commit d9453c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: cmd

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: WinUEFI
path: build/*.exe
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
shell: cmd

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: WinUEFI
path: build/WinUEFI-setup.exe
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
shell: cmd

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: WinUEFI
path: |
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
src/*.py
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: WinUEFI
path: build/checksums.txt
Expand Down

0 comments on commit d9453c5

Please sign in to comment.