Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Publish to AppSource fails #1238

Open
dsaveyn opened this issue Oct 3, 2024 · 3 comments
Open

[Bug]: Publish to AppSource fails #1238

dsaveyn opened this issue Oct 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@dsaveyn
Copy link

dsaveyn commented Oct 3, 2024

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 dsaveyn added the bug Something isn't working label Oct 3, 2024
@dsaveyn
Copy link
Author

dsaveyn commented Oct 3, 2024

FYI: We have configured ubuntu-latest as the runner for non-build jobs.

@freddydk
Copy link
Contributor

freddydk commented Oct 3, 2024

The reason for this is that the latest AL Language Extension has introduced a bug on linux.
I am working on a temp fix (should be in tomorrow) and the ModernDev team also working on a fix for this.

@fvet
Copy link

fvet commented Oct 6, 2024

@freddydk Thanks for the quick fix. I can confirm the 'Publish to AppSource' action is working again on ALGo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants