Skip to content

Commit

Permalink
Adding automated github actions to engine3d
Browse files Browse the repository at this point in the history
  • Loading branch information
SpinnerX committed Aug 30, 2024
1 parent 8356bcc commit 2663004
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 🚀 Deploy Version

on:
workflow_dispatch:

jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/')
uses: engine3d-dev/ci/.github/workflows/[email protected]
with:
compiler: gcc
version: ${{ github.ref_name }}
arch: x86_64
compiler_version: 12.3
compiler_package: ""
os: Linux
secrets: inherit

0 comments on commit 2663004

Please sign in to comment.