Skip to content

Commit

Permalink
try run pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Sep 11, 2023
1 parent 2409250 commit 5ad86d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ arm64 ]
paths-ignore:
- '**/*.md'
- '**/*.yml'
pull_request:
branches: [ arm64 ]

Expand All @@ -14,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: AgileConfig.Server.UI/react-ui-antd
working-directory: src/AgileConfig.Server.UI/react-ui-antd
strategy:
matrix:
node-version: [16.x]
Expand All @@ -31,7 +30,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: agileconfig-ui
path: AgileConfig.Server.UI/react-ui-antd/dist/
path: src/AgileConfig.Server.UI/react-ui-antd/dist/
build-dotnet:
needs: build-reactapp
runs-on: ubuntu-latest
Expand All @@ -49,7 +48,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: agileconfig-ui
path: AgileConfig.Server.Apisite/wwwroot/ui
path: src/AgileConfig.Server.Apisite/wwwroot/ui
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 5ad86d0

Please sign in to comment.