We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bba346 commit 8104b75Copy full SHA for 8104b75
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
with:
69
upload_url: ${{ steps.create_release.outputs.upload_url }}
70
- asset_path: openvpn-linux-amd64.tar.gz
+ asset_path: ./openvpn-linux-amd64.tar.gz
71
asset_name: openvpn-linux-amd64.tar.gz
72
asset_content_type: application/gzip
73
@@ -77,6 +77,6 @@ jobs:
77
78
79
80
- asset_path: openvpn-windows-amd64.zip
+ asset_path: ./openvpn-windows-amd64.zip
81
asset_name: openvpn-windows-amd64.zip
82
asset_content_type: application/zip
0 commit comments