Skip to content

Commit

Permalink
ci: fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoldegrove committed May 24, 2022
1 parent 722f07f commit d120241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
for FILE in build/bin/*; do
gzip $FILE
done
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ha_cluster_exporter
path: build/bin
Expand Down Expand Up @@ -104,10 +104,10 @@ jobs:
if: github.event.release
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: ha_cluster_exporter
- uses: AButler/upload-release-assets@v2.0
- uses: softprops/action-gh-release@v1
with:
files: 'ha_cluster_exporter-*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d120241

Please sign in to comment.