Skip to content

Commit e836951

Browse files
committed
Use an absolute path
Hopefully will flatten it then?
1 parent f6520f7 commit e836951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI
1+
name: Build
22

33
on: [push, pull_request]
44

@@ -18,5 +18,5 @@ jobs:
1818
uses: actions/upload-artifact@v4
1919
with:
2020
name: Binaries
21-
path: ./bin/Release/net*/linux-x64/publish
21+
path: ./bin/Release/net6.0/linux-x64/publish
2222
retention-days: 1

0 commit comments

Comments
 (0)