Skip to content

Commit

Permalink
Fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Feb 23, 2024
1 parent 3654e29 commit fdec835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-fgds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Install srctools
run: python -m pip install -r requirements.txt
- name: FGD engine dump
run: python src/hammeraddons/unify_fgd.py exp --engine --binary -o build/fgd.lzma
run: python src/hammeraddons/unify_fgd.py exp --engine --binary -o fgd.lzma
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
name: build-engine-${{ github.sha }}
path: ./build/fgd.lzma
path: fgd.lzma
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/build-postcompiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arch: 'x64'
os: 'ubuntu-latest'
runs-on: ${{ matrix.os }}
name: Build postcompiler-${{ artifact-name }}
name: Build postcompiler-${{ matrix.artifact-name }}
steps:
# Build dev on schedule, since it's actually changing.
- name: Checkout Dev
Expand Down

0 comments on commit fdec835

Please sign in to comment.