Skip to content

Commit

Permalink
try to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Feb 4, 2024
1 parent 3c0167d commit fcc348c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: switch-template
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: vita-template
- name: Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
scons -j4 verbose=yes warnings=all werror=no platform=switch target=release tools=no
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.job }}
path: bin/*
Expand Down

0 comments on commit fcc348c

Please sign in to comment.