Skip to content

Commit 50e78af

Browse files
authored
Update dev-robgruen-android_typeagent.yml
1 parent 7f6b196 commit 50e78af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/dev-robgruen-android_typeagent.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and deploy Node.js app to Azure Web App - typeagent
66
on:
77
push:
88
branches:
9-
- dev/robgruen/android
9+
- dev/robgruen/android_sans_MSAL
1010
workflow_dispatch:
1111

1212
jobs:
@@ -65,15 +65,15 @@ jobs:
6565
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
6666
working-directory: ts
6767
run: |
68-
npm run lint
68+
npm run lint '
6969
- name: Upload artifact for deployment job
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v4.4.3
7171
with:
7272
name: node-app
7373
path: ./ts
7474

7575
deploy:
76-
runs-on: ubuntu-latest
76+
runs-on: windows-latest
7777
needs: build_ts
7878
environment:
7979
name: 'test'
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Download artifact from build job
86-
uses: actions/download-artifact@v4
86+
uses: actions/download-artifact@v4.1.8
8787
with:
8888
name: node-app
8989

@@ -95,10 +95,10 @@ jobs:
9595
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D685C18460584CADB3CABB18FCA57D30 }}
9696

9797
- name: 'Deploy to Azure Web App'
98-
uses: azure/webapps-deploy@v3
98+
uses: azure/webapps-deploy@v3.0.1
9999
id: deploy-to-webapp
100100
with:
101101
app-name: 'typeagent'
102102
slot-name: 'test'
103103
package: .
104-
104+

0 commit comments

Comments
 (0)