Skip to content

Commit

Permalink
Fix automatic publish of standalone sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 16, 2022
1 parent cd3849b commit f59fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./configure --with-standalone --bindir=/
make DESTDIR=. install-exec
- name: Add standalone deployment to release
uses: svenstaro/upload-release-action@v3
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ github.token }}
file: vcsh-standalone.sh
Expand Down

0 comments on commit f59fcd1

Please sign in to comment.