Skip to content

Commit

Permalink
fix: download THIRDPARTY file (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored May 10, 2022
1 parent f5a81a8 commit dc91df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,9 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: THIRDPARTY
path: /tmp/THIRDPARTY
- name: Update Notices
run: |
cp -f /tmp/THIRDPARTY package/THIRDPARTY
cp -f THIRDPARTY package/THIRDPARTY
- name: Build Package
id: uccgen
uses: splunk/addonfactory-ucc-generator-action@v1
Expand Down

0 comments on commit dc91df3

Please sign in to comment.