1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

refactoring gh actions

This commit is contained in:
deadc0de6
2020-10-25 14:51:26 +01:00
parent 70f4ae1cdb
commit bfe63c34f9
3 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ on:
types: [created]
jobs:
aur_patch:
name: patch aur package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -19,7 +18,6 @@ jobs:
path: ./PKGBUILD
retention-days: 1
aur_upload:
name: upload aur package
needs:
- aur_patch
runs-on: ubuntu-latest

View File

@@ -3,7 +3,7 @@ on:
release:
types: [created]
jobs:
release:
pypi_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@@ -3,7 +3,7 @@ on:
release:
types: [created]
jobs:
release:
snapcraft_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2