@@ -313,57 +313,10 @@ jobs:
313313 path : build/win/build/stalker-gamma-cli
314314 compression-level : 9
315315
316- cli-windows-arm64 :
317- name : cli-windows-arm64
318- runs-on : windows-11-arm
319- outputs :
320- version : ${{ steps.gitversion.outputs.SemVer }}
321- env :
322- APP_NAME : stalker-gamma-gui
323- PROJECT_FOLDER : stalker-gamma-cli
324- PROJECT_NAME : stalker-gamma-cli.csproj
325- CONFIGURATION : Release
326- steps :
327- - name : Checkout
328- uses : actions/checkout@v6
329- with :
330- fetch-depth : 0
331-
332- - name : Run Csharpier
333- run : |
334- dotnet tool restore
335- dotnet csharpier check .
336-
337- - name : Install GitVersion
338- uses : gittools/actions/gitversion/setup@v0
339- with :
340- versionSpec : " 5.x"
341-
342- - name : Determine Version
343- id : gitversion
344- uses : gittools/actions/gitversion/execute@v0
345-
346- - name : Build CLI
347- run : build/win/build.bat ${{ steps.gitversion.outputs.SemVer }} arm64
348-
349- - name : Create Release
350- uses : softprops/action-gh-release@v2.4.2
351- if : github.ref_type == 'tag'
352- with :
353- files : stalker-gamma+win.arm64.zip
354- token : ${{ secrets.STALKER_GAMMA_CLI_SECRET }}
355-
356- - name : Upload
357- uses : actions/upload-artifact@v4
358- with :
359- name : stalker-gamma+win.arm64
360- path : build/win/build/stalker-gamma-cli
361- compression-level : 9
362-
363316 update-aur :
364317 name : update-aur
365318 runs-on : ubuntu-22.04
366- needs : [update-chocolatey, cli-ubuntu-arm64, cli-ubuntu-x64]
319+ needs : [cli-ubuntu-arm64, cli-ubuntu-x64]
367320 if : github.ref_type == 'tag'
368321 steps :
369322 - name : Checkout
@@ -392,7 +345,7 @@ jobs:
392345 update-chocolatey :
393346 name : update-chocolatey
394347 runs-on : windows-latest
395- needs : [cli-windows, cli-windows-arm64 ]
348+ needs : [cli-windows]
396349 if : github.ref_type == 'tag'
397350 steps :
398351 - name : Checkout
@@ -407,7 +360,7 @@ jobs:
407360 update-homebrew :
408361 name : update-homebrew
409362 runs-on : ubuntu-22.04
410- needs : [update-chocolatey, cli-macos-x64, cli-macos-arm64]
363+ needs : [cli-macos-x64, cli-macos-arm64]
411364 if : github.ref_type == 'tag'
412365 steps :
413366 - name : Checkout source repo
0 commit comments