Skip to content

Commit a3a2c90

Browse files
authored
Fix: updated package path
1 parent dc45874 commit a3a2c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
1111
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger/json # swagger document link (not UI)
1212
TYPES_FILENAME: index.d.ts # file with types
13-
TYPES_FOLDER: /Types # subfolder for npm package generation
13+
TYPES_FOLDER: ./Types # subfolder for npm package generation
1414

1515
jobs:
1616
release:

0 commit comments

Comments
 (0)