Skip to content

Commit a2f4d39

Browse files
committed
linux fix
1 parent 94833e6 commit a2f4d39

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build_linux.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
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

0 commit comments

Comments
 (0)