Skip to content

Commit

Permalink
removed zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 committed Jan 13, 2025
1 parent 233077d commit e5f5108
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ jobs:
mkdir -p ../../release
GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -o ../../release/transformer-${{ matrix.os }}-${{ matrix.arch }}
- name: Archive build
run: |
zip -j release/transformer-${{ matrix.os }}-${{ matrix.arch }}.zip release/transformer-${{ matrix.os }}-${{ matrix.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: transformer-${{ matrix.os }}-${{ matrix.arch }}
path: release/transformer-${{ matrix.os }}-${{ matrix.arch }}.zip
path: release/transformer-${{ matrix.os }}-${{ matrix.arch }}

release:
needs: build-and-release
Expand Down

0 comments on commit e5f5108

Please sign in to comment.