Skip to content

Commit

Permalink
ci: test update install file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 7, 2024
1 parent a190b43 commit dead93b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
prerelease: ${{contains(github.ref, '-beta')}}
body_path: ./dist/changelog.txt
files: ./dist/releases/${{github.ref_name}}/*
- run: mv dist/releases/install.sh assets/install.sh
- run: |
mkdir -p assets
mv dist/releases/install.sh assets/install.sh
if: startsWith(github.ref, 'refs/tags/')
- uses: stefanzweifel/git-auto-commit-action@v5
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit dead93b

Please sign in to comment.