Skip to content

Commit

Permalink
remove experimental tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBytesTheDust committed Jul 27, 2024
1 parent 51c5ef6 commit 1b5f8e9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
shell: bash
run: |
export today=$(date +'%Y%m%d')
if [ "$RUNNER_OS" == "Windows" ]; then
echo "output_filename=CVAmp${{steps.read_toml.outputs.value}}_${today}_${{runner.os}}-${{runner.arch}}" >> $GITHUB_ENV
else
echo "output_filename=CVAmp${{steps.read_toml.outputs.value}}_${today}_${{runner.os}}-${{runner.arch}}_experimental" >> $GITHUB_ENV
fi
echo "output_filename=CVAmp_v${{steps.read_toml.outputs.value}}_${today}_${{runner.os}}-${{runner.arch}}" >> $GITHUB_ENV
- name: Build executable
shell: bash
Expand Down Expand Up @@ -83,7 +79,7 @@ jobs:
- name: Create draft release with artifacts
uses: softprops/action-gh-release@v1
with:
name: CVAmp GUI ${{github.ref_name}}
name: CVAmp ${{github.ref_name}}
body_path: docs/release_template_text.md
prerelease: false
draft: true
Expand Down

0 comments on commit 1b5f8e9

Please sign in to comment.