Skip to content

Commit

Permalink
авто релизы
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarenkoA committed Jul 14, 2023
1 parent 0bcaf01 commit 1fce58c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
path: prometheus_1C_exporter-binaries

- name: Attach binaries to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: prometheus_1C_exporter-binaries/prometheus_1C_exporter-linux-amd64
asset_name: prometheus_1C_exporter-linux-amd64
asset_content_type: application/octet-stream
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: prometheus_1C_exporter-binaries/prometheus_1C_exporter-linux-amd64
asset_name: prometheus_1C_exporter-linux-amd64
asset_content_type: application/octet-stream

- name: Attach binaries to release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 1fce58c

Please sign in to comment.