diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82f0274..bef45f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,16 @@ # 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 @@ -6,8 +18,6 @@ env: FOLDER: '@cvo_aux' WORKSHOPID: '3037257908' - - on: release: types: released