Skip to content

Commit 0ab7775

Browse files
committed
try this "release" action
1 parent 38eb4f5 commit 0ab7775

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ jobs:
3535
with:
3636
name: QuickBackupM distribution for ${{ github.sha }}
3737
path: package/
38+
39+
- name: Publish distribution to release
40+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
41+
uses: softprops/action-gh-release@v1
42+
with:
43+
files: package/*.mcdr

0 commit comments

Comments
 (0)