mirror of
https://github.com/IkarusHD/ICF-3.git
synced 2025-03-04 03:03:12 -05:00
changed id
This commit is contained in:
parent
e8653d415e
commit
cd3b0758f8
14
.github/workflows/workshop-upload.yml
vendored
14
.github/workflows/workshop-upload.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository == 'ACF-Team/ACF-3'
|
||||
if: github.repository == 'IkarusHD/ICF-3'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -20,19 +20,19 @@ jobs:
|
||||
- name: Create Commit Version File
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p ${{ github.workspace }}/project/data_static/acf
|
||||
echo "${{ github.sha }}" > ${{ github.workspace }}/project/data_static/acf/acf-3-version.txt
|
||||
mkdir -p ${{ github.workspace }}/project/data_static/icf
|
||||
echo "${{ github.sha }}" > ${{ github.workspace }}/project/data_static/icf/icf-3-version.txt
|
||||
|
||||
- name: Upload to Workshop
|
||||
uses: CFC-Servers/gmod-upload@master
|
||||
uses: IMR-Servers/gmod-upload@master
|
||||
with:
|
||||
id: 3248769144
|
||||
changelog: "${{ github.event.head_commit.message }}"
|
||||
title: "[ACF-3] Armored Combat Framework"
|
||||
title: "[ICF-3] Improved Combat Framework"
|
||||
type: "tool"
|
||||
tag1: "build"
|
||||
tag2: "fun"
|
||||
tag3: "realism"
|
||||
env:
|
||||
STEAM_USERNAME: ${{ secrets.ACF_STEAM_ACCOUNT }}
|
||||
STEAM_PASSWORD: ${{ secrets.ACF_STEAM_PASSWORD }}
|
||||
STEAM_USERNAME: ${{ secrets.ICF_STEAM_ACCOUNT }}
|
||||
STEAM_PASSWORD: ${{ secrets.ICF_STEAM_PASSWORD }}
|
||||
|
Loading…
Reference in New Issue
Block a user