Skip to content

Commit

Permalink
correcting folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Dec 14, 2021
1 parent 34c6664 commit 9be56cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: OSXCross for CGO Support
run: |
mkdir ../plenti-osxcross
git clone https://github.com/plentico/plenti-osxcross.git ../plenti-osxcross/target
mkdir ../../osxcross
git clone https://github.com/plentico/osxcross-target.git ../../osxcross/target
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 9be56cf

Please sign in to comment.