File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 dotnet publish -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true -o ${{ github.workspace }}/publish/linux-x64
4040
41- vpk pack --packId Aniki --packVersion ${{ inputs.version }} \
42- --packDir ./publish/linux-x64 \
43- --mainExe Aniki \
44- --channel linux
45-
46- vpk upload github --repoUrl https://github.com/TrueTheos/Aniki \
47- --token ${{ secrets.YOUR_PAT_TOKEN }} \
48- --releaseName ${{ inputs.version }}-linux \
49- --channel linux
41+ vpk pack --packId Aniki --packVersion ${{ inputs.version }} --packDir ./publish/linux-x64 --mainExe Aniki --channel linux
42+
43+ vpk upload github --repoUrl https://github.com/TrueTheos/Aniki --token ${{ secrets.YOUR_PAT_TOKEN }} --releaseName ${{ inputs.version }}-linux --channel linux
You can’t perform that action at this time.
0 commit comments