We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2132579 commit dea975fCopy full SHA for dea975f
1 file changed
.github/workflows/archlinux.yml
@@ -100,7 +100,7 @@ jobs:
100
env:
101
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102
run: |
103
- gh release upload "v${{ env.VERSION }}" "${{ env.WSPACE }}/nui-sftp-linux-frontend_${{ env.VERSION }}.tar.gz"
+ gh release upload "v${{ env.VERSION }}" "${{ env.BUILD_DIR }}/nui-sftp-linux-frontend_${{ env.VERSION }}.tar.gz"
104
105
- name: Upload artifacts to MEGA S4
106
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments