Skip to content

Commit

Permalink
Merge pull request #116 from Luzilla/fix-build
Browse files Browse the repository at this point in the history
Fix: apparently path changed
  • Loading branch information
till authored May 14, 2022
2 parents 339e379 + 1dc7705 commit 9974ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
version: latest
args: release --config ./.goreleaser.ci.yml --rm-dist --snapshot
- name: Copy .ini files
run: cp targets.ini rbls.ini ./dist/dnsbl_exporter_linux_amd64
run: cp targets.ini rbls.ini ./dist/dnsbl_exporter_linux_amd64_v1
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: dnsbl_exporter
path: dist/dnsbl_exporter_linux_amd64
path: dist/dnsbl_exporter_linux_amd64_v1

integration:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9974ab9

Please sign in to comment.