Skip to content

Commit

Permalink
Update release-artifacts-windows.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiranAvidov authored Jul 20, 2023
1 parent c27c344 commit 8fd8a14
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-artifacts-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@ jobs:
files: |
./otelcol-logzio-${{ matrix.os_arch }}.exe
outPath: ./otelbuilder/cmd/otelcol-logzio-${{ matrix.os_arch }}.tar.gz
- name: zip artifacts
uses: papeloto/action-zip@v1
with:
files: ./otelbuilder/cmd/otelcol-logzio-${{ matrix.os_arch }}.exe
dest: ./otelbuilder/cmd/otelcol-logzio-${{ matrix.os_arch }}.zip
- name: upload artifacts to release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./otelbuilder/cmd/otelcol-logzio-${{ matrix.os_arch }}.exe
./otelbuilder/cmd/otelcol-logzio-${{ matrix.os_arch }}.tar.gz
./otelbuilder/cmd/otelcol-logzio-${{ matrix.os_arch }}.zip

0 comments on commit 8fd8a14

Please sign in to comment.