Skip to content

Commit

Permalink
restructure repo
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Jul 20, 2024
1 parent 520357d commit a3ef43b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: go test -v ./...

- name: Build
run: go build -o potatos3.exe ./cmd/potatos3
run: go build -o potato-s3.exe ./cmd/s3
- uses: actions/upload-artifact@v4
with:
name: potatos3.exe
path: potatos3.exe
name: potato-s3.exe
path: potato-s3.exe
File renamed without changes.
File renamed without changes.

0 comments on commit a3ef43b

Please sign in to comment.