Skip to content

Commit f41b966

Browse files
committed
update workflow directory paths
1 parent 9cecdae commit f41b966

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-everything.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# checkout current repo...
3232
- uses: actions/checkout@v4
3333
with:
34-
path: srcwrtimer_sample_extension
34+
path: srcwrfloppy
3535
# checkout srcwrtimer since we use it for shit...
3636
- uses: actions/checkout@v4
3737
with:
@@ -46,12 +46,12 @@ jobs:
4646
cargo binstall -y cargo-zigbuild
4747
# This is `cargo make full` but turned into steps so you can have better progress visibility
4848
- name: Install Rust toolchains
49-
working-directory: ./srcwrtimer_sample_extension
49+
working-directory: ./srcwrfloppy
5050
run: |
5151
cargo make --profile ${{ matrix.targetbits }} rustup-${{ matrix.targetos }}
5252
- name: Clone alliedmodders repositories
5353
run: cargo make clone-alliedmodders
54-
working-directory: ./srcwrtimer_sample_extension
54+
working-directory: ./srcwrfloppy
5555
- name: Setup SourcePawn Compiler
5656
uses: rumblefrog/setup-sp@v1.2.4
5757
with:
@@ -61,18 +61,18 @@ jobs:
6161
with:
6262
version: '0.13.0' ### UPDATE Makefile.toml whenever this is updated.
6363
- name: Build extensions
64-
working-directory: ./srcwrtimer_sample_extension
64+
working-directory: ./srcwrfloppy
6565
run: cargo make --profile ${{ matrix.targetbits }} ${{ matrix.targetos }}
6666
- name: Copy things to _package
67-
working-directory: ./srcwrtimer_sample_extension
67+
working-directory: ./srcwrfloppy
6868
run: |
6969
cargo make copy-srcwrtimer
7070
cargo make copy-extensions
7171
- name: Build plugins
72-
working-directory: ./srcwrtimer_sample_extension
72+
working-directory: ./srcwrfloppy
7373
run: cargo make compile-srcwrtimer-scripts
7474
- name: Upload package
7575
uses: actions/upload-artifact@v4
7676
with:
77-
name: sample-${{ github.head_ref || github.ref_name }}-${{ env.GITHUB_SHA_SHORT }}-${{ matrix.targetos }}-${{ matrix.targetbits }}
78-
path: srcwrtimer_sample_extension/_package/srcwrtimer
77+
name: srcwrfloppy-${{ github.head_ref || github.ref_name }}-${{ env.GITHUB_SHA_SHORT }}-${{ matrix.targetos }}-${{ matrix.targetbits }}
78+
path: srcwrfloppy/_package/srcwrtimer

0 commit comments

Comments
 (0)