Skip to content

Commit

Permalink
add build artifact to release zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo committed Jan 31, 2025
1 parent da9fe97 commit c646922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/create-release@v1
id: create_release
with:
tag_name: v${{ github.run_number }} # Use a versioned tag like 'v1.0.0' or 'v{run_number}'
tag_name: v0.0.${{ github.run_number }} # Use a versioned tag like 'v1.0.0' or 'v{run_number}'
release_name: "Release v${{ github.run_number }}"
body: "Release of journalview version ${{ github.event.inputs.version }}"
draft: false
Expand Down

0 comments on commit c646922

Please sign in to comment.