Skip to content

[MWP-387] patch: change to another action #14

[MWP-387] patch: change to another action

[MWP-387] patch: change to another action #14

name: "Cura-plugin-package release"
on:
push:
tags:
- "*.*.*"
jobs:
create-curapackages:
name: "New Release"
runs-on: "ubuntu-latest"
permissions:
contents: write
actions: write
steps:
- uses: actions/checkout@v4
with:
path: "build"
- name: Set release version
id: vars
run: echo ::set-output name=tag::${GITHUB_REF##*/}
- name: "Build"
uses: PrintMakerLab/cura-make-plugin-package@main
with:
source_folder: "build"
package_info_path: "build/.github/workflows/package.json"
- name: "Upload release binary"
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
*.curapackage