Browse Source

fix(winget): use correct assets path [skip ci]

Baptiste Augrain 2 years ago
parent
commit
51e8c96447
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/insider-windows.yml

+ 1 - 0
.github/workflows/insider-windows.yml

@@ -114,6 +114,7 @@ jobs:
         shell: bash
     env:
       APP_IDENTIFIER: VSCodium.VSCodium.Insiders
+      ASSETS_REPOSITORY: vscodium-insiders
     if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
 
     steps: