Skip to content

Commit 04e5eb1

Browse files
committed
fix github workflows
1 parent e2999fa commit 04e5eb1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: bin
40-
path: Code/bin/Debug/net452
40+
path: Code/bin/Debug/net8.0

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
name: CrystallineHelper
4141
path: |
4242
Ahorn
43+
Audio
4344
Code/bin
45+
!Code/bin/Debug
4446
Graphics
4547
Loenn
46-
everest.yaml
47-
!Code/bin/Debug
48+
everest.yaml

0 commit comments

Comments
 (0)