ソースを参照

gen_bindings.yml: rename artifact files so it's clear to not use as bindings

Andre Weissflog 3 年 前
コミット
14b0d039b8
1 ファイル変更6 行追加6 行削除
  1. 6 6
      .github/workflows/gen_bindings.yml

+ 6 - 6
.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: |