Skip to content

Commit

Permalink
chore: fix wrong path in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 689991b commit 30fd7eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
CPATH=$CPATH:/usr/include/c++/4.8.5/i686-redhat-linux CFG=$CONFIGURATION make -C dlls
cd $GITHUB_WORKSPACE
cp -i llhl-agmod/dlls/ag_i386.so ag-llhl-linux/ag.so
cp -i llhl-agmod/network/delta.lst ag-llhl-linux
- name: Build LLHL proyect (Linux) with node-amxxpack
run: |
Expand All @@ -57,6 +55,7 @@ jobs:
run: |
mkdir llhl/dist/ag/dlls
mv llhl-agmod/dlls/ag_i386.so llhl/dist/ag/ag.so
mv llhl-agmod/network/delta.lst llhl/dist/ag/delta.lst
- name: Prepare releases in zip
run: |
Expand Down

0 comments on commit 30fd7eb

Please sign in to comment.