We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a9c7 commit 8eca3ffCopy full SHA for 8eca3ff
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
rclone config create sourceforge sftp host frs.sourceforge.net user ${{ secrets.SOURCEFORGE_USER }} shell_type unix use_insecure_cipher true pass ${{ secrets.SOURCEFORGE_PASS }} --obscure
28
29
- name: Download release assets from latest CI run
30
- run: gh run download -p '*' "$(gh run list -w devel.yml --json databaseId -q '.[].databaseId' -L 1)"
+ run: gh run download -p '*' "$(gh run list -w legacy.yml --json databaseId -q '.[].databaseId' -L 1)"
31
env:
32
GH_TOKEN: "${{ github.token }}"
33
GH_REPO: "${{ github.repository }}"
0 commit comments