mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-23 05:49:43 +00:00
CI/Flatpak: Disable Flathub pushes
Going to set this up manually instead, sick of the API timeouts.
This commit is contained in:
parent
0675716162
commit
892319de86
16
.github/workflows/rolling-release.yml
vendored
16
.github/workflows/rolling-release.yml
vendored
@ -309,14 +309,14 @@ jobs:
|
|||||||
restore-cache: true
|
restore-cache: true
|
||||||
cache-key: flatpak-x64-${{ hashFiles('scripts/flatpak/**/*.json') }}
|
cache-key: flatpak-x64-${{ hashFiles('scripts/flatpak/**/*.json') }}
|
||||||
|
|
||||||
- name: Push to Flathub stable
|
# - name: Push to Flathub stable
|
||||||
if: github.ref == 'refs/heads/dev'
|
# if: github.ref == 'refs/heads/dev'
|
||||||
uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8
|
# uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8
|
||||||
with:
|
# with:
|
||||||
flat-manager-url: https://hub.flathub.org/
|
# flat-manager-url: https://hub.flathub.org/
|
||||||
repository: stable
|
# repository: stable
|
||||||
token: ${{ secrets.FLATHUB_STABLE_TOKEN }}
|
# token: ${{ secrets.FLATHUB_STABLE_TOKEN }}
|
||||||
build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
# build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
|
||||||
- name: Validate build
|
- name: Validate build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user