Test Release Action

This commit is contained in:
kramo
2023-07-01 20:18:26 +02:00
parent fabd9828f6
commit 7756f75bb9

23
.github/workflows/publish-release.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
on:
push:
branches: [main]
# tags:
# - 'v(\d|\.)*'
name: "Publish Release"
jobs:
publish-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.27.0
with:
workflow: windows.yml
workflow_conclusion: success
- name: "Publish Release"
uses: softprops/action-gh-release@v0.1.15
with:
files: "Cartridges Setup.exe"