Removing unnecessary build step
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m44s

This commit is contained in:
whysman 2024-11-06 23:09:56 -05:00
parent 18487189e5
commit bd3036e537

View File

@ -28,11 +28,7 @@ jobs:
- name: Build Go Binary
run: |
go build -o pogdark-api .
- name: List Binary Output
run: |
ls -l app
go build -o pogdark-api .
- name: Build Docker Image
run: |