mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 06:53:29 +00:00
fixed armatak addon name on publish flow
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -25,12 +25,12 @@ jobs:
|
|||||||
- name: Run HEMTT build
|
- name: Run HEMTT build
|
||||||
run: hemtt release
|
run: hemtt release
|
||||||
- name: Extract Zipped Mod
|
- name: Extract Zipped Mod
|
||||||
run: unzip releases/braf_factions-latest.zip -d releases
|
run: unzip releases/armatak-latest.zip -d releases
|
||||||
- uses: arma-actions/workshop-upload@v1
|
- uses: arma-actions/workshop-upload@v1
|
||||||
with:
|
with:
|
||||||
appId: '107410'
|
appId: '107410'
|
||||||
itemId: ${{ secrets.STEAM_WORKSHOP_ITEM_ID }}
|
itemId: ${{ secrets.STEAM_WORKSHOP_ITEM_ID }}
|
||||||
contentPath: releases/@braf_factions
|
contentPath: releases/@armatak
|
||||||
changelog: 'Update'
|
changelog: 'Update'
|
||||||
env:
|
env:
|
||||||
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
|
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user