diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-06-04 14:13:14 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-06-04 14:13:14 +0200 |
| commit | 14b0d039b89e2550c2b1a11b1f60cdfcd7ed5382 (patch) | |
| tree | c1d77f40e61ca0ac282bfde060fdfdd1494b074f /.github | |
| parent | a03da347e82d65c6f2d6d1daf8971a97919e08b8 (diff) | |
gen_bindings.yml: rename artifact files so it's clear to not use as bindings
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 797b6c9a..ef101655 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -57,13 +57,13 @@ jobs: - name: upload-zig-artifact uses: actions/upload-artifact@v2 with: - name: zig-files + name: ignore-me-zig path: bindgen/sokol-zig/src/sokol retention-days: 1 - name: upload-nim-artifact uses: actions/upload-artifact@v2 with: - name: nim-files + name: ignore-me-nim path: bindgen/sokol-nim/src/sokol retention-days: 1 @@ -82,7 +82,7 @@ jobs: version: 0.9.0 - uses: actions/download-artifact@v2 with: - name: zig-files + name: ignore-me-zig path: src/sokol - name: prepare-linux if: runner.os == 'Linux' @@ -105,7 +105,7 @@ jobs: repository: floooh/sokol-nim - uses: actions/download-artifact@v2 with: - name: nim-files + name: ignore-me-nim path: src/sokol - if: runner.os == 'Linux' run: | @@ -132,7 +132,7 @@ jobs: ssh-key: ${{ secrets.GHACTIONS_ZIG_PUSH }} - uses: actions/download-artifact@v2 with: - name: zig-files + name: ignore-me-zig path: src/sokol - name: "commit and push" run: | @@ -153,7 +153,7 @@ jobs: ssh-key: ${{ secrets.GHACTIONS_NIM_PUSH }} - uses: actions/download-artifact@v2 with: - name: nim-files + name: ignore-me-nim path: src/sokol - name: "commit and push" run: | |