Skip to content

Commit

Permalink
Fix stable binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 20, 2025
1 parent a768fa1 commit 2ed2c87
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 158 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
- name: Archive old portable
uses: actions/upload-artifact@v4
with:
name: linux-${{ matrix.arch.name }}-alternative-portable
name: linux-${{ matrix.arch.name }}-alternative-build
path: app/build/linux/${{ matrix.arch.dir }}/release/bundle
build-macos:
runs-on: macos-latest
Expand Down Expand Up @@ -530,8 +530,8 @@ jobs:
name: linux-x86_64-appimage
- uses: actions/download-artifact@v4
with:
name: linux-x86_64-alternative-portable
path: linux-x86_64-alternative-portable/
name: linux-x86_64-alternative-build
path: linux-x86_64-alternative-build/
- uses: actions/download-artifact@v4
with:
name: linux-arm64-build
Expand All @@ -544,8 +544,8 @@ jobs:
name: linux-arm64-rpm
- uses: actions/download-artifact@v4
with:
name: linux-arm64-alternative-portable
path: linux-arm64-alternative-portable/
name: linux-arm64-alternative-build
path: linux-arm64-alternative-build/
- uses: actions/download-artifact@v4
with:
name: windows-setup
Expand All @@ -563,8 +563,8 @@ jobs:
zip -r linwood-butterfly-windows-x86_64.zip windows-build/*
tar -C linux-x86_64-build -czf linwood-butterfly-linux-x86_64.tar.gz .
tar -C linux-arm64-build -czf linwood-butterfly-linux-arm64.tar.gz .
tar -C linux-x86_64-alternative-portable -czf linwood-butterfly-linux-alternative-x86_64.tar.gz .
tar -C linux-arm64-alternative-portable -czf linwood-butterfly-linux-alternative-arm64.tar.gz .
tar -C linux-x86_64-alternative-build -czf linwood-butterfly-linux-alternative-x86_64.tar.gz .
tar -C linux-arm64-alternative-build -czf linwood-butterfly-linux-alternative-arm64.tar.gz .
- name: Configure git
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' }}
run: |
Expand Down Expand Up @@ -611,6 +611,9 @@ jobs:
linwood-butterfly-macos.zip
linwood-butterfly-macos.dmg
linwood-butterfly-android.apk
linwood-butterfly-android-arm.apk
linwood-butterfly-android-arm64.apk
linwood-butterfly-android-x86_64.apk
linwood-butterfly-ios.ipa
checksums.txt
env:
Expand Down
2 changes: 1 addition & 1 deletion app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1039.0)
aws-partitions (1.1040.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@ packages:
dependency: transitive
description:
name: dbus
sha256: "365c771ac3b0e58845f39ec6deebc76e3276aa9922b0cc60840712094d9047ac"
sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c"
url: "https://pub.dev"
source: hosted
version: "0.7.10"
version: "0.7.11"
device_info_plus:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit 2ed2c87

Please sign in to comment.