Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjodevf authored Sep 20, 2024
1 parent 59edda8 commit e20663a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mv app-x86_64-release.apk Mangayomi-${{ github.ref_name }}-android-x86_64.apk
- name: upload artifact android apks
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: "build/app/outputs/flutter-apk/Mangayomi-*.apk"

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
mv app-release.ipa Mangayomi-${{ github.ref_name }}-ios.ipa
- name: upload artifact ios ipa
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: "build/ios/iphoneos/Mangayomi-*.ipa"

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
create-dmg --volname Mangayomi-${{ github.ref_name }}-macos --window-pos 200 120 --window-size 800 450 --icon-size 100 --app-drop-link 600 185 Mangayomi-${{ github.ref_name }}-macos.dmg build/macos/Build/Products/Release/Mangayomi.app
- name: upload artifact macos dmg
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: "/Users/runner/work/mangayomi/mangayomi/*.dmg"

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
# Compress-Archive $DestDir build\windows\Mangayomi-${{ github.ref_name }}-windows.zip

# - name: upload artifact windows zip
# uses: actions/upload-artifact@v4
# uses: actions/upload-artifact@v3
# with:
# path: build\windows\Mangayomi-*.zip

Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
directory: build/linux/x64/release/bundle

- name: upload artifact linux zip
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: build/linux/x64/release/bundle/Mangayomi-*.zip
- name: release packages linux zip
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
mv *.AppImage build/Mangayomi-${{ github.ref_name }}-linux_libmpv_so.AppImage
- name: upload artifact linux appimage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: build/Mangayomi-*.AppImage
- name: Rrelease packages appimage
Expand Down Expand Up @@ -358,11 +358,11 @@ jobs:
mv *.AppImage build/Mangayomi-${{ github.ref_name }}-linux_libmpv_so_1.AppImage
- name: upload artifact linux appimage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: build/Mangayomi-*.AppImage
- name: Rrelease packages appimage
uses: ncipollo/release-action@v1
with:
artifacts: build/Mangayomi-*.AppImage
allowUpdates: true
allowUpdates: true

0 comments on commit e20663a

Please sign in to comment.