Skip to content

Commit abd8695

Browse files
committed
fix: set working directory to root
1 parent a648a53 commit abd8695

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update_advisory.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
go-version: '1.21'
2626

2727
- name: Run Go application
28+
working-directory: .
29+
2830
run: |
2931
pwd
30-
ls -l
31-
go build -o update-advisory ./src/main.go
32+
go build -o update-advisory src/main.go
3233
ls -l
3334
./update-advisory
3435
rm update-advisory

0 commit comments

Comments
 (0)