FFFF changes workflow · DorianCoding/OCSP-server@f238929 · GitHub
[go: up one dir, main page]

Skip to content

Commit f238929

Browse files
committed
changes workflow
1 parent 6d2a629 commit f238929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: taiki-e/upload-rust-binary-action@v1
6565
with:
66-
bin: OCSP_Server
67-
include: LICENSE,README.md
66+
bin: ocsp-server
67+
include: LICENSE,README.md,config.toml,service.sh
6868
target: ${{ matrix.target }}
6969
archive: $bin-$tag-$target
7070
tar: unix

0 commit comments

Comments
 (0)
0