Skip to content

Commit

Permalink
build: upload to ftp server with full remote path
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Oct 7, 2024
1 parent 8110508 commit dad22b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ jobs:
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
src: blockera.zip
dest: archive/blockera/blockera.zip
dest: blockeracd/archive/blockera/blockera.zip

- name: Echo uploaded file link
run: |
echo "uploaded_zip_file=ftp://${{ secrets.FTP_HOST }}/archive/blockera/blockera.zip" >> $GITHUB_ENV
echo "uploaded_zip_file=ftp://${{ secrets.FTP_HOST }}/blockeracd/archive/blockera/blockera.zip" >> $GITHUB_ENV
- name: Find existing bot comment
id: find_comment
Expand Down

0 comments on commit dad22b9

Please sign in to comment.