Skip to content

Commit

Permalink
Update release-assembly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Oct 4, 2024
1 parent bde1f32 commit cb9cbe7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
echo "VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
fi
- name: List target directory
run: ls -l target/

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -53,5 +56,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/server-${{ steps.get_version.outputs.VERSION }}-bin.zip
asset_name: oscal-server-${{ steps.get_version.outputs.VERSION }}.zip
asset_name: server-${{ steps.get_version.outputs.VERSION }}-bin.zip
asset_content_type: application/zip

0 comments on commit cb9cbe7

Please sign in to comment.