Skip to content

Commit

Permalink
ALTV-380 Remove v2 suffix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzz-dev committed Oct 25, 2024
1 parent 21c00b4 commit f60440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mkdir upload\modules
copy build\windows\x64\release\js-module-v2.dll upload\modules
copy build\windows\x64\release\js-module-v2.pdb upload\modules
copy server\deps\nodejs\lib\Release\libnodev2.dll upload
copy server\deps\nodejs\lib\Release\libnode.dll upload
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f60440c

Please sign in to comment.