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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ develop, master, files-refactor ]
|
branches: [ develop, master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
|
@ -130,10 +130,6 @@ jobs:
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
run : git tag -f latest_develop; git push -f --tags
|
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
|
- name: Development Release
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
uses: marvinpinto/action-automatic-releases@v1.1.2
|
uses: marvinpinto/action-automatic-releases@v1.1.2
|
||||||
|
@ -171,24 +167,6 @@ jobs:
|
||||||
CHECKSUMS_SHA1
|
CHECKSUMS_SHA1
|
||||||
gzip: false
|
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
|
- name: Development Docker
|
||||||
if: ${{ github.repository == 'stashapp/stash' && github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.repository == 'stashapp/stash' && github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue