We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f04fd commit d2acacfCopy full SHA for d2acacf
1 file changed
.github/workflows/build-all.yml
@@ -50,14 +50,14 @@ jobs:
50
uses: actions/upload-artifact@v4.6.2
51
with:
52
name: api-package # optional, default is artifact
53
- path: ~/Source/Backend/TrinityContinuum.Server/bin/Release/net9.0/**
+ path: ./Source/Backend/TrinityContinuum.Server/bin/Release/net9.0/**
54
retention-days: 2 # optional
55
overwrite: true # optional, default is false
56
57
- name: Upload WebApp Artifact
58
59
60
name: app-package # optional, default is artifact
61
- path: ~/Source/Frontend/TrinityContinuum.WebApp/bin/Release/net9.0/**
+ path: ./Source/Frontend/TrinityContinuum.WebApp/bin/Release/net9.0/**
62
63
0 commit comments