-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,17 +315,24 @@ jobs: | |
arch: x86_64 | ||
build-bundle: true | ||
verbose: true | ||
#mirror-screenshots-url: https://dl.flathub.org/media | ||
#branch: ${{ inputs.branch }} | ||
branch: master | ||
mirror-screenshots-url: https://dl.flathub.org/media | ||
branch: stable | ||
cache: true | ||
restore-cache: true | ||
cache-key: flatpak-x64-${{ hashFiles('scripts/flatpak/**/*.json') }} | ||
|
||
# fails due to screenshots.. | ||
#- name: Validate build | ||
# run: | | ||
# flatpak-builder-lint repo repo | ||
- name: Push to Flathub stable | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
if: github.ref == 'refs/heads/dev' | ||
This comment has been minimized.
Sorry, something went wrong.
barthalion
|
||
uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8 | ||
with: | ||
flat-manager-url: https://hub.flathub.org/ | ||
repository: stable | ||
token: ${{ secrets.FLATHUB_STABLE_TOKEN }} | ||
build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | ||
|
||
- name: Validate build | ||
run: | | ||
flatpak-builder-lint repo repo | ||
- name: Upload Flatpak | ||
uses: actions/upload-artifact@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I wish you had given me a heads-up about Duckstation switching to direct uploads, instead of learning about it from the moderation dashboard…