diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml new file mode 100644 index 0000000..d8996d8 --- /dev/null +++ b/.github/workflows/publish-release.yml @@ -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" \ No newline at end of file