mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 23:56:28 +00:00
workflow
This commit is contained in:
parent
67276e0119
commit
c045ab43bf
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -17,13 +17,15 @@ jobs:
|
||||
- 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
|
||||
*.deb
|
||||
*.AppImage
|
||||
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