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

Commit

Permalink
Fix name of tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel authored Jan 31, 2022
1 parent d5e4631 commit a40f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
allowUpdates: true # Lets us upload our own artifact from previous step
artifactErrorsFailBuild: true
artifacts: './features.tgz'
artifacts: './devcontainer-features.tgz'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a40f937

Please sign in to comment.