AL-Go icon indicating copy to clipboard operation
AL-Go copied to clipboard

[Bug]: Publish to AppSource fails

Open dsaveyn opened this issue 5 months ago • 2 comments

AL-Go version

5.3

Describe the issue

The Deliver to AppSource step of the Publish to AppSource action fails since today with the following error:

Error: Unexpected error when running action. Error Message: Command /home/runner/.bccontainerhelper/alLanguageExtension/14.0.1161190/extension/bin/linux/altool not found, you might need to install that command., StackTrace: at CmdDo, /home/runner/.BcContainerHelper/6.0.24/BcContainerHelper/HelperFunctions.ps1: line 129 <- at RunAlTool, /home/runner/.BcContainerHelper/6.0.24/BcContainerHelper/HelperFunctions.ps1: line 1283 <- at Get-AppJsonFromAppFile, /home/runner/.BcContainerHelper/6.0.24/BcContainerHelper/AppHandling/Get-AppJsonFromAppFile.ps1: line 15 <- at New-AppSourceSubmission, /home/runner/.BcContainerHelper/6.0.24/BcContainerHelper/AppSource/New-AppSourceSubmission.ps1: line 102 <- at <ScriptBlock>, /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.3/Deliver/Deliver.ps1: line 478 <- at <ScriptBlock>, /home/runner/work/_temp/d7b2c327-524b-4d0c-b514-cdc4676d448f.ps1: line 3 <- at <ScriptBlock>, /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.3/Invoke-AlGoAction.ps1: line 17 <- at <ScriptBlock>, /home/runner/work/_temp/d7b2c327-524b-4d0c-b514-cdc4676d448f.ps1: line 2 <- at <ScriptBlock>, <No file>: line 1

Expected behavior

This should work as before.

Steps to reproduce

  • Run the "Create a Release" action
  • Run the "Publish to AppSource" action to publish the release

Additional context (logs, screenshots, etc.)

image job-logs.txt

dsaveyn avatar Oct 03 '24 09:10 dsaveyn