Skip to content

Add vertex count and file size to profiler #3

Add vertex count and file size to profiler

Add vertex count and file size to profiler #3

name: Deploy to Workshop
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
if: github.repository == 'ACF-Team/Prop2Mesh'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: project
- name: Upload to Workshop
uses: CFC-Servers/gmod-upload@master
with:
id: 2458909924
changelog: "${{ github.event.head_commit.message }}"
title: "Prop2Mesh"
type: "tool"
tag1: "build"
tag2: "fun"
env:
STEAM_USERNAME: ${{ secrets.ACF_STEAM_ACCOUNT }}
STEAM_PASSWORD: ${{ secrets.ACF_STEAM_PASSWORD }}