Skip to content

Commit

Permalink
Merge pull request #81 from OverlordZorn/workflow-test
Browse files Browse the repository at this point in the history
Workflow test
  • Loading branch information
OverlordZorn authored Nov 4, 2024
2 parents 83973d9 + 9851b89 commit 7773955
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# This action will use hemtt release to build the mod folder which then will be uploaded to the provided steam workshop page
#
# Pre-Requisites
# - Mod needs to be already on the Workshop
# - Steam Account that owns Arma and needs to be a contributer to the workshop item.
# -- It is recommended to use a dedicated Steam Account with 2FA disabled.
#
# How to use
#
# 1. Update the FOLDER Variable and remove the #
# 2. Update the WORKSHOP ID Variable and remove the #
# 3. Add STEAM_USERNAME as github repo secret
# 4. Add STEAM_PASSWORD as github repo secret

name: Release

env:
FOLDER: '@cvo_aux'
WORKSHOPID: '3037257908'



on:
release:
types: released
Expand Down

0 comments on commit 7773955

Please sign in to comment.