Skip to content

Commit

Permalink
Fix name of build artifact
Browse files Browse the repository at this point in the history
With the Node version having changed to 18, the old name including version 16 is no longer valid. 

The name should be dynamic, but fixing this now to prevent future builds from failing.

Signed-off-by: Niklas <[email protected]>
  • Loading branch information
nscuro authored Oct 16, 2023
1 parent 2ffd56b commit dc9dec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Download Artifacts
uses: actions/[email protected]
with:
name: assembled-frontend-node16
name: assembled-frontend-node18

- name: Create Checksums
run: |-
Expand Down

0 comments on commit dc9dec4

Please sign in to comment.