Skip to content

Commit

Permalink
[main] Update AL-Go System Files from freddydk/AL-Go@pagescript - f37…
Browse files Browse the repository at this point in the history
…1853d3f6774b209f5ffc0c255a0ed0bb6b856
  • Loading branch information
freddydk committed Oct 29, 2024
1 parent 163a81b commit 3f4db62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"MaxReleases": 0
},
"keyVaultCodesignCertificateName": "FreddyKristiansen",
"templateSha": "f0d5c85eb1d9926a352db0ed51d1e7b547e78fb9"
"templateSha": "f371853d3f6774b209f5ffc0c255a0ed0bb6b856"
}
4 changes: 2 additions & 2 deletions .github/workflows/_BuildALGoProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,15 @@ jobs:
if-no-files-found: ignore

- name: Publish artifacts - page scripting test results
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: (success() || failure()) && (hashFiles(format('{0}/.buildartifacts/PageScriptingTestResults.xml',inputs.project)) != '')
with:
name: ${{ steps.calculateArtifactsNames.outputs.PageScriptingTestResultsArtifactsName }}
path: '${{ inputs.project }}/.buildartifacts/PageScriptingTestResults.xml'
if-no-files-found: ignore

- name: Publish artifacts - page scripting test result details
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: (success() || failure())
with:
name: ${{ steps.calculateArtifactsNames.outputs.PageScriptingTestResultDetailsArtifactsName }}
Expand Down

0 comments on commit 3f4db62

Please sign in to comment.