Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
someone-stole-my-name committed Nov 28, 2019
1 parent ddc90d7 commit 905bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Build
run: |
cd $HOME/go/src/github.com/$GITHUB_REPOSITORY && mkdir vendor/gShort
mv {Config,DataBase,reCAPTCHAv3} vendor/gShort
mv {Config,DataBase} vendor/gShort
go build *.go

0 comments on commit 905bf82

Please sign in to comment.