Skip to content

Commit dea975f

Browse files
committed
Fixed tar location.
1 parent 2132579 commit dea975f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/archlinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
env:
101101
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
run: |
103-
gh release upload "v${{ env.VERSION }}" "${{ env.WSPACE }}/nui-sftp-linux-frontend_${{ env.VERSION }}.tar.gz"
103+
gh release upload "v${{ env.VERSION }}" "${{ env.BUILD_DIR }}/nui-sftp-linux-frontend_${{ env.VERSION }}.tar.gz"
104104
105105
- name: Upload artifacts to MEGA S4
106106
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)