Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit a40f937

Browse files
authored
Fix name of tgz
1 parent d5e4631 commit a40f937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
allowUpdates: true # Lets us upload our own artifact from previous step
2626
artifactErrorsFailBuild: true
27-
artifacts: './features.tgz'
27+
artifacts: './devcontainer-features.tgz'
2828
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)