Skip to content

Commit

Permalink
One more fix for escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Jun 12, 2024
1 parent e6736df commit 0092bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
password: ${{ secrets.PKG_SSH_PASS }}
privateKey: ${{ secrets.PKG_SSH_KEY }}
localPath: ./pkg/out
remotePath: /var/www/pkg/dists/un{{ inputs.target }}/armv7
remotePath: /var/www/pkg/dists/un${{ inputs.target }}/armv7

# Upload unstable packages to specific unstable feed
- name: Upload unstable packages to specific unstable feed
Expand Down

0 comments on commit 0092bb9

Please sign in to comment.