6868 run : |
6969 cd build/macos/Build/Products/Release
7070 zip -r Fuego-Wallet-macOS.zip "fuego_wallet.app"
71+ continue-on-error : false
7172
7273 - name : Upload build artifacts
7374 uses : actions/upload-artifact@v4
@@ -106,6 +107,7 @@ jobs:
106107 curl -L -o xfg-stark-cli-windows.exe "https://github.com/ColinRitman/xfgwin/releases/download/v0.8.8/xfg-stark-cli-windows.exe"
107108 New-Item -ItemType Directory -Force -Path assets\bin
108109 Move-Item xfg-stark-cli-windows.exe assets\bin\xfg-stark-cli.exe
110+ continue-on-error : false
109111
110112 - name : Install dependencies
111113 run : flutter pub get
@@ -126,6 +128,7 @@ jobs:
126128 } else {
127129 Get-ChildItem build -Recurse | Where-Object { $_.Name -like "*.exe" } | Select-Object -First 1 | ForEach-Object { Compress-Archive -Path $_.DirectoryName -DestinationPath "Fuego-Wallet-Windows.zip" }
128130 }
131+ continue-on-error : false
129132
130133 - name : Upload build artifacts
131134 uses : actions/upload-artifact@v4
@@ -162,6 +165,7 @@ jobs:
162165 chmod +x xfg-stark-cli-linux
163166 mkdir -p assets/bin
164167 mv xfg-stark-cli-linux assets/bin/
168+ continue-on-error : false
165169
166170 - name : Enable Linux desktop support
167171 run : |
@@ -233,6 +237,7 @@ jobs:
233237 ./squashfs-root/AppRun . XF₲-Wallet-Linux-GLIBC-2.35.AppImage
234238 # Clean up
235239 rm -f appimagetool-x86_64.AppImage
240+ continue-on-error : false
236241
237242 - name : Upload AppImage artifacts
238243 uses : actions/upload-artifact@v4
@@ -269,6 +274,7 @@ jobs:
269274 chmod +x xfg-stark-cli-linux
270275 mkdir -p assets/bin
271276 mv xfg-stark-cli-linux assets/bin/
277+ continue-on-error : false
272278
273279 - name : Enable Linux desktop support
274280 run : |
0 commit comments