Skip to content

Commit

Permalink
ci: create public releases
Browse files Browse the repository at this point in the history
  • Loading branch information
FaultyPine committed Nov 10, 2022
1 parent 3f77b62 commit 7e6503c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@ jobs:
name: mac-release
path: PartOfThePack.zip

- name: Update Release
uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
allow_override: true
gzip: folders
tag: mac-master
name: mac-master
body: Build of PartOfThePack from master.
files: >
PartOfThePack.zip
12 changes: 12 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ jobs:
name: linux-release
path: PartOfThePack.zip

- name: Update Release
uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
allow_override: true
gzip: folders
tag: linux-master
name: linux-master
body: Build of PartOfThePack from master.
files: >
PartOfThePack.zip
12 changes: 12 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ jobs:
name: windows-release
path: PartOfThePack.zip

- name: Update Release
uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
allow_override: true
gzip: folders
tag: windows-master
name: windows-master
body: Build of PartOfThePack from master.
files: >
PartOfThePack.zip

0 comments on commit 7e6503c

Please sign in to comment.