Skip to content

Commit d2acacf

Browse files
authored
Update build-all.yml
1 parent d4f04fd commit d2acacf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
uses: actions/upload-artifact@v4.6.2
5151
with:
5252
name: api-package # optional, default is artifact
53-
path: ~/Source/Backend/TrinityContinuum.Server/bin/Release/net9.0/**
53+
path: ./Source/Backend/TrinityContinuum.Server/bin/Release/net9.0/**
5454
retention-days: 2 # optional
5555
overwrite: true # optional, default is false
5656

5757
- name: Upload WebApp Artifact
5858
uses: actions/upload-artifact@v4.6.2
5959
with:
6060
name: app-package # optional, default is artifact
61-
path: ~/Source/Frontend/TrinityContinuum.WebApp/bin/Release/net9.0/**
61+
path: ./Source/Frontend/TrinityContinuum.WebApp/bin/Release/net9.0/**
6262
retention-days: 2 # optional
6363
overwrite: true # optional, default is false

0 commit comments

Comments
 (0)