Skip to content

Commit

Permalink
build: wrong remote path
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Oct 7, 2024
1 parent dad22b9 commit ab7c139
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: blockeracd/archive/blockera/blockera.zip
dest: domains/${{ secrets.FTP_HOST }}/public_html/blockeracd/blockera.zip

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

0 comments on commit ab7c139

Please sign in to comment.