File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/upload-artifact@v3
4545 with :
4646 name : ecocode-plugins
47- path : lib
47+ path : target
4848 - name : Export UPLOAD_URL
4949 id : export_upload_url
5050 run : echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
@@ -58,14 +58,14 @@ jobs:
5858 uses : actions/download-artifact@v3
5959 with :
6060 name : ecocode-plugins
61- path : lib
61+ path : target
6262 - name : Upload Release Asset - Python Plugin
6363 id : upload-release-asset
6464 uses : actions/upload-release-asset@v1
6565 env :
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 with :
6868 upload_url : ${{needs.build.outputs.upload_url}}
69- asset_path : lib /ecocode-python-plugin-${{ github.ref_name }}.jar
69+ asset_path : target /ecocode-python-plugin-${{ github.ref_name }}.jar
7070 asset_name : ecocode-python-plugin-${{ github.ref_name }}.jar
7171 asset_content_type : application/zip
Original file line number Diff line number Diff line change @@ -17,4 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818### Deleted
1919
20+ ## [ 0.0.0]
21+
22+ ### Added
23+
24+ ### Changed
25+
26+ ### Deleted
27+
2028[ unreleased ] : https://github.com/green-code-initiative/ecoCode-python/compare/v0.0.1...HEAD
29+ [ 0.0.1 ] : https://github.com/green-code-initiative/ecoCode-python/compare/v0.0.0...0.0.1
Original file line number Diff line number Diff line change 2222 <distribution >repo</distribution >
2323 </license >
2424 </licenses >
25+ <scm >
26+ <connection >scm:git:https://github.com/green-code-initiative/ecocode-python</connection >
27+ <developerConnection >scm:git:https://github.com/green-code-initiative/ecocode-python</developerConnection >
28+ <url >https://github.com/green-code-initiative/ecocode-python</url >
29+ <tag >HEAD</tag >
30+ </scm >
2531 <issueManagement >
2632 <system >GitHub</system >
2733 <url >https://github.com/green-code-initiative/ecoCode-python/issues</url >
You can’t perform that action at this time.
0 commit comments