Skip to content

Commit

Permalink
Switch interpolation to the old way
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Jan 23, 2025
1 parent 009f854 commit bc84adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build-tools/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class BuildContext<TJob extends Job = Job> {
name: 'Upload build artifact',
with: {
type: 'application-archive',
path: '${{ steps.download_and_repack_golden_development_client_archive.outputs.repacked_archive_path }}',
path: '${ steps.download_and_repack_golden_development_client_archive.repacked_archive_path }',
},
},
],
Expand Down

0 comments on commit bc84adc

Please sign in to comment.