Skip to content

Commit 2674188

Browse files
committed
Ajusta nome do artefato e pacote de deploy do Gateway
1 parent 97d2276 commit 2674188

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main_gateway.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload artifact for deployment job
3333
uses: actions/upload-artifact@v4
3434
with:
35-
name: .net-app
35+
name: myapp
3636
path: ${{env.DOTNET_ROOT}}/myapp
3737

3838
deploy:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download artifact from build job
4747
uses: actions/download-artifact@v4
4848
with:
49-
name: .net-app
49+
name: myapp
5050

5151
- name: Login to Azure
5252
uses: azure/login@v2
@@ -61,5 +61,5 @@ jobs:
6161
with:
6262
app-name: 'Gateway'
6363
slot-name: 'Production'
64-
package: .net-app
64+
package: myapp
6565

0 commit comments

Comments
 (0)