From 14b0d039b89e2550c2b1a11b1f60cdfcd7ed5382 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 4 Jun 2022 14:13:14 +0200 Subject: gen_bindings.yml: rename artifact files so it's clear to not use as bindings --- .github/workflows/gen_bindings.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github') 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: | -- cgit v1.2.3