Skip to content

Commit

Permalink
use output
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Jul 28, 2023
1 parent 4d42cb6 commit f46b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_BuildALGoProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
uses: actions/upload-artifact@v3
if: inputs.publishArtifacts
with:
name: ${{ env.AppsArtifactsName }}
name: ${{ steps.calculateArtifactsNames.outputs.AppsArtifactsName }}
path: '${{ inputs.project }}/.buildartifacts/Apps/'
if-no-files-found: ignore

Expand Down

0 comments on commit f46b667

Please sign in to comment.