mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:53:30 +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
|
||||
run: hemtt release
|
||||
- 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
|
||||
with:
|
||||
appId: '107410'
|
||||
itemId: ${{ secrets.STEAM_WORKSHOP_ITEM_ID }}
|
||||
contentPath: releases/@braf_factions
|
||||
contentPath: releases/@armatak
|
||||
changelog: 'Update'
|
||||
env:
|
||||
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user