Skip to content

Commit

Permalink
Use correct project name for action assets
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Aug 11, 2021
1 parent d186881 commit 8a422f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload assets
uses: actions/upload-artifact@v2
with:
name: prometheus-lvm-exporter-${{ hashFiles('dist/**') }}
name: wp2reg-luxws-${{ hashFiles('dist/**') }}
path: dist/**
if-no-files-found: error

Expand Down

0 comments on commit 8a422f1

Please sign in to comment.