Skip to content

Commit

Permalink
Fix Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Aug 21, 2024
1 parent 3ff97fb commit 3864914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: ./gradlew :rdgen
- run: ./gradlew :protocol:rdgen
- run: ./gradlew :buildPlugin -PBuildConfiguration=Release
- run: ./gradlew :signPlugin -PBuildConfiguration=Release
env:
Expand All @@ -26,7 +26,6 @@ jobs:
find: 'release/'
replace: ''
- uses: actions/upload-artifact@v3
if: always()
with:
name: odata-cli-ui.${{ steps.fix_branch_name.outputs.value }}
path: output

0 comments on commit 3864914

Please sign in to comment.