Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yev-henii authored Sep 29, 2024
1 parent fa977ca commit a4713c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ jobs:
unzip ../CruelKernel.zip
- name: Upload Kernel Zip
if: env.INSTALLER == 'yes'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CruelKernel-${{ matrix.model }}
path: installer/*
if-no-files-found: error
- name: Upload Kernel Images
if: env.INSTALLER != 'yes'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CruelKernel-${{ matrix.model }}
path: '*.img'
if-no-files-found: error

- name: Upload Kernel Info
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ConfigurationInfo-${{ matrix.model }}
path: config.*
Expand Down

0 comments on commit a4713c7

Please sign in to comment.