Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:MrKai77/Loop into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Aug 10, 2023
2 parents c0f3e35 + 56c7531 commit fe92c22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ jobs:
with:
name: Loop.zip
path: Loop.zip

- name: Publish Prerelease
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "prerelease"
prerelease: true
title: "Prerelease"
files: Loop.zip

0 comments on commit fe92c22

Please sign in to comment.