Test Release Action
This commit is contained in:
23
.github/workflows/publish-release.yml
vendored
Normal file
23
.github/workflows/publish-release.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user