Skip to content

Commit

Permalink
корректировки в actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarenkoA committed Nov 7, 2024
1 parent 7e577fb commit 1aacfd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,15 @@ jobs:
prerelease: false

- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Binaries
path: |
prometheus_1C_exporter-linux-amd64
prometheus_1C_exporter-windows-amd64.exe
- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: Binaries
path: prometheus_1C_exporter-binaries
Expand Down

0 comments on commit 1aacfd9

Please sign in to comment.