Skip to content

Commit 16f42a1

Browse files
authored
Merge pull request #198 from AndrewCS149/testWorkflow
testWorkflow
2 parents 0254e5d + eee7097 commit 16f42a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/staging.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-cargo-
2525
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up Rust
2828
uses: dtolnay/rust-toolchain@stable
2929
with:
@@ -38,7 +38,7 @@ jobs:
3838
run: trunk build --release
3939
working-directory: client
4040

41-
- name: Upload Build
41+
- name: Upload Artifacts
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: clientArtifact
@@ -64,11 +64,11 @@ jobs:
6464
- name: Publish application
6565
run: dotnet publish ./server/devblog.csproj -c Release -o ./app/publish /p:UseAppHost=false
6666

67-
- name: Upload Build
67+
- name: Upload Artifacts
6868
uses: actions/upload-artifact@v4
6969
with:
7070
name: serverArtifact
71-
path: ./app/publish
71+
path: .
7272

7373
copy-files:
7474
name: Copy Files

0 commit comments

Comments
 (0)