Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit b43acf8

Browse files
committed
Update build.yml
1 parent be79a04 commit b43acf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: |
2323
cd go_spammer
2424
go build -o spammer.dll -buildmode=c-shared main.go
25-
mkdir -p ../shared
2625
mv spammer.dll ../shared/spammer.dll
2726
2827
- name: Commit and push changes
@@ -55,7 +54,6 @@ jobs:
5554
run: |
5655
cd go_spammer
5756
go build -o spammer.so -buildmode=c-shared main.go
58-
mkdir -p ../shared
5957
mv spammer.so ../shared/spammer.so
6058
6159
- name: Commit and push changes

0 commit comments

Comments
 (0)