Skip to content

Commit

Permalink
Almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 22, 2023
1 parent 7879110 commit 7883d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
mkdir upload-area
echo '{"bin": "${{ env.dmg_name }}.dmg", "size":' $(wc -c <"${{ env.dmg_name }}.dmg") '}' > upload-area/latest-macos
mv *.dmg upload-area/
lftp -c "connect sftp://nightly.kvirc.net; mirror -R upload-area x/"
lftp -c "connect sftp://nightly.kvirc.net; mirror -R upload-area x"

0 comments on commit 7883d21

Please sign in to comment.