Remove obsolete checks

This commit is contained in:
Christian Semmler 2025-06-14 20:25:35 -07:00
parent 78b02046d8
commit f6ddb9a3bf

View File

@ -84,14 +84,12 @@ jobs:
cpack . cpack .
- name: Checkout uploadtool - name: Checkout uploadtool
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'probonopd/uploadtool' repository: 'probonopd/uploadtool'
path: 'uploadtool' path: 'uploadtool'
- name: Upload Continuous Release - name: Upload Continuous Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }} UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}