Skip to content

Commit

Permalink
Merge pull request #32 from Cerebellum-Network/feature/migrate_to_github
Browse files Browse the repository at this point in the history
Fix path
  • Loading branch information
Andrei Navoichyk authored Jul 1, 2022
2 parents 7a6b2d0 + 2db8b35 commit 995eee1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build
path: build
path: packages/apps/build

deploy:
runs-on: [ self-hosted, cere-network-large-workers ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build
path: build
path: packages/apps/build

deploy:
runs-on: [ self-hosted, cere-network-large-workers ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build
path: build
path: packages/apps/build

deploy:
runs-on: [ self-hosted, cere-network-large-workers ]
Expand Down

0 comments on commit 995eee1

Please sign in to comment.