Skip to content

Commit

Permalink
add test release assets in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMiao1 authored Jun 3, 2023
1 parent 8da63fb commit 2ca1111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
VERSION=`python3 ./.github/workflows/generate_release_version.py`
echo "Creating release: $VERSION"
echo "release_name=$VERSION" >> $GITHUB_OUTPUT
- name: Add test asset files
run: echo "test file" >> "test a.txt"
- name: Release
uses: softprops/[email protected]
with:
prerelease: true
name: ${{ steps.release_name.outputs.release_name }}
tag_name: ${{ steps.release_name.outputs.release_name }}
files: "test a.txt"

0 comments on commit 2ca1111

Please sign in to comment.