Skip to content

Commit

Permalink
feat: actually release previous changes (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Jan 30, 2024
1 parent 8075f84 commit 309f29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
SPLUNK_HOME=/opt/splunk/ poetry run pytest --junitxml=test-results/results.xml -v tests/integration
- uses: actions/upload-artifact@v4
with:
name: test-splunk-${{ matrix.splunk.version }}-${{ matrix.python-version }}
name: test-splunk-${{ matrix.splunk.version }}
path: test-results

publish:
Expand Down

0 comments on commit 309f29c

Please sign in to comment.