mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
remove workflow
This commit is contained in:
parent
c7e7b7cbd6
commit
15d413ff9c
30
.github/workflows/release.yml
vendored
30
.github/workflows/release.yml
vendored
@ -1,30 +0,0 @@
|
|||||||
name: Main
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*.*.*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- uses: actions/setup-node@v2
|
|
||||||
with:
|
|
||||||
node-version: '14'
|
|
||||||
- run: yarn install --frozen-lockfile
|
|
||||||
- name: Build
|
|
||||||
run: yarn run dist
|
|
||||||
- run: ls out
|
|
||||||
- name: Create release
|
|
||||||
uses: softprops/action-gh-release@v0.1.5
|
|
||||||
with:
|
|
||||||
files: |
|
|
||||||
*.dmg
|
|
||||||
*.exe
|
|
||||||
*.snap
|
|
||||||
*.AppImage
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user