Skip to content

Commit

Permalink
work on flatpack
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Mar 28, 2024
1 parent fcd9b2a commit bda209d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter-sctg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,12 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: List artifacts
run: |
curl -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token YOUR_GITHUB_TOKEN" \
https://api.github.com/repos/sctg-development/sctgdesk/actions/runs/${{ github.run_id }}/artifacts | jq '.artifacts[] | .name'
- name: Download Binary
uses: actions/download-artifact@master
Expand Down

0 comments on commit bda209d

Please sign in to comment.