mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Remove obsolete checks
This commit is contained in:
parent
78b02046d8
commit
f6ddb9a3bf
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -84,14 +84,12 @@ jobs:
|
||||
cpack .
|
||||
|
||||
- name: Checkout uploadtool
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: 'probonopd/uploadtool'
|
||||
path: 'uploadtool'
|
||||
|
||||
- name: Upload Continuous Release
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user