Skip to content

Commit

Permalink
fix: push precompiled release in a public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Feb 18, 2021
1 parent 5b76700 commit adfc6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -77,4 +77,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: latest-release
FOLDER: ./vuetorrent/public
FOLDER: ./vuetorrent

3 comments on commit adfc6a0

@jef
Copy link
Contributor

@jef jef commented on adfc6a0 Feb 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Was just about to fix this one. Glad everything else worked great!

@WDaan
Copy link
Collaborator Author

@WDaan WDaan commented on adfc6a0 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it worked flawlessly! This action is really amazing! Thank you! :)

@jef
Copy link
Contributor

@jef jef commented on adfc6a0 Feb 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're very welcome! Look forward to making a cron job locally so I can get updates! 😄

Please sign in to comment.