mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
cleanup
This commit is contained in:
parent
39398da265
commit
317c88641d
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -2,8 +2,6 @@ name: Main
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# tags:
|
|
||||||
# - 'v*.*.*'
|
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
@ -16,18 +14,9 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- run: yarn install --frozen-lockfile
|
- name: Install dependencies
|
||||||
|
run: yarn install --frozen-lockfile
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn run dist
|
run: yarn run dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: ls out
|
|
||||||
# - name: Create release
|
|
||||||
# uses: softprops/action-gh-release@v0.1.5
|
|
||||||
# with:
|
|
||||||
# files: |
|
|
||||||
# *.dmg
|
|
||||||
# *.deb
|
|
||||||
# *.AppImage
|
|
||||||
# env:
|
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user