Skip to content

Commit 8104b75

Browse files
committed
Fix paths?
1 parent 3bba346 commit 8104b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
with:
6969
upload_url: ${{ steps.create_release.outputs.upload_url }}
70-
asset_path: openvpn-linux-amd64.tar.gz
70+
asset_path: ./openvpn-linux-amd64.tar.gz
7171
asset_name: openvpn-linux-amd64.tar.gz
7272
asset_content_type: application/gzip
7373

@@ -77,6 +77,6 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
with:
7979
upload_url: ${{ steps.create_release.outputs.upload_url }}
80-
asset_path: openvpn-windows-amd64.zip
80+
asset_path: ./openvpn-windows-amd64.zip
8181
asset_name: openvpn-windows-amd64.zip
8282
asset_content_type: application/zip

0 commit comments

Comments
 (0)