diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 775a3a64..58b2d665 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -32,5 +32,11 @@ jobs: working-directory: src/TF2HUD.Editor - name: Publish solution - run: dotnet publish -c Release - working-directory: src/TF2HUD.Editor \ No newline at end of file + run: dotnet publish -c Release --no-build --output ./publish + working-directory: src/TF2HUD.Editor + + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: tf2hud-editor + path: ./publish \ No newline at end of file