Skip to content

Commit 8eca3ff

Browse files
authored
publish from legacy for now
1 parent 317a9c7 commit 8eca3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
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
2828
2929
- 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)"
30+
run: gh run download -p '*' "$(gh run list -w legacy.yml --json databaseId -q '.[].databaseId' -L 1)"
3131
env:
3232
GH_TOKEN: "${{ github.token }}"
3333
GH_REPO: "${{ github.repository }}"

0 commit comments

Comments
 (0)