Skip to content

Commit

Permalink
🚀 setup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed May 13, 2024
1 parent 5d47d7e commit d28986a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'nosign.ipa'
path: 'build/nosign.ipa'
path: 'kobi/build/nosign.ipa'
retention-days: 3

- name: Run (ios-sim)
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'app-release.apk'
path: 'build/app/outputs/flutter-apk/app-release.apk'
path: 'kobi/build/app/outputs/flutter-apk/app-release.apk'
retention-days: 3

- name: Install dependencies and build (Linux)
Expand All @@ -219,7 +219,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'build.AppImage'
path: 'build/build.AppImage'
path: 'kobi/build/build.AppImage'
retention-days: 3

- name: build (windows)
Expand All @@ -238,7 +238,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'windows.zip'
path: 'build/windows.zip'
path: 'kobi/build/windows.zip'
retention-days: 3

- name: Build (macos)
Expand All @@ -262,7 +262,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'macos.dmg'
path: 'build/macos.dmg'
path: 'kobi/build/macos.dmg'
retention-days: 3


0 comments on commit d28986a

Please sign in to comment.