We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2763812 commit eee7097Copy full SHA for eee7097
.github/workflows/staging.yml
@@ -23,7 +23,7 @@ jobs:
23
restore-keys: |
24
${{ runner.os }}-cargo-
25
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- name: Set up Rust
28
uses: dtolnay/rust-toolchain@stable
29
with:
@@ -38,7 +38,7 @@ jobs:
38
run: trunk build --release
39
working-directory: client
40
41
- - name: Upload Build
+ - name: Upload Artifacts
42
uses: actions/upload-artifact@v4
43
44
name: clientArtifact
@@ -64,11 +64,11 @@ jobs:
64
- name: Publish application
65
run: dotnet publish ./server/devblog.csproj -c Release -o ./app/publish /p:UseAppHost=false
66
67
68
69
70
name: serverArtifact
71
- path: ./app/publish
+ path: .
72
73
copy-files:
74
name: Copy Files
0 commit comments