mirror of https://github.com/stashapp/stash.git
Remove files-refactor build automation
This commit is contained in:
parent
c43c695f5d
commit
32911367b0
|
@ -2,7 +2,7 @@ name: Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop, master, files-refactor ]
|
||||
branches: [ develop, master ]
|
||||
pull_request:
|
||||
release:
|
||||
types: [ published ]
|
||||
|
@ -130,10 +130,6 @@ jobs:
|
|||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||
run : git tag -f latest_develop; git push -f --tags
|
||||
|
||||
- name: Update files-refactor-release tag
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/files-refactor' }}
|
||||
run : git tag -f files-refactor-release; git push -f --tags
|
||||
|
||||
- name: Development Release
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||
uses: marvinpinto/action-automatic-releases@v1.1.2
|
||||
|
@ -171,24 +167,6 @@ jobs:
|
|||
CHECKSUMS_SHA1
|
||||
gzip: false
|
||||
|
||||
- name: Files refactor Release
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/files-refactor' }}
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: true
|
||||
tag_name: files-refactor-release
|
||||
target_commitish: refs/heads/files-refactor
|
||||
files: |
|
||||
dist/stash-macos-intel
|
||||
dist/stash-macos-applesilicon
|
||||
dist/stash-win.exe
|
||||
dist/stash-linux
|
||||
dist/stash-linux-arm64v8
|
||||
dist/stash-linux-arm32v7
|
||||
dist/stash-linux-arm32v6
|
||||
CHECKSUMS_SHA1
|
||||
|
||||
- name: Development Docker
|
||||
if: ${{ github.repository == 'stashapp/stash' && github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue