Skip to content

Commit

Permalink
Merge pull request #67 from jetelain/ci-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
jetelain authored Dec 23, 2024
2 parents 27ebf83 + 0bfa3c1 commit 5721ba3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/mod-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Mod Release

on:
release:
types: [ "published" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: arma-actions/hemtt@v1
name: Setup HEMTT

- name: Build Mod
run: hemtt release

- uses: Shopify/upload-to-release@master
with:
name: aceax.zip
path: releases/aceax-latest.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
content-type: application/zip
4 changes: 2 additions & 2 deletions addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 0
#define MINOR 9
#define PATCH 3
#define MINOR 10
#define PATCH 0
#define BUILD 0

0 comments on commit 5721ba3

Please sign in to comment.