Skip to content

Commit

Permalink
Added release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sd416 committed Dec 17, 2024
1 parent c25578a commit 1518121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Build Go Binary
run: |
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o file-encryptor-${{ matrix.goos }}-${{ matrix.goarch }} main.go
GOOS=darwin GOARCH=amd64 go build -o file-encryptor-darwin-amd64 ./cmd/file-encryptor
- name: Upload Binaries
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1518121

Please sign in to comment.