|
@@ -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: |
|