fixed GH action names

This commit is contained in:
Valmo Trindade
2025-01-26 13:09:36 -03:00
parent fd5353c333
commit 89c0e3f8cf
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: Publish name: Pack on Pull Request
on: on:
pull_request: pull_request:
@@ -35,9 +35,9 @@ jobs:
strategy: strategy:
matrix: matrix:
os_target: os_target:
- { os: "windows-latest", target: "i686-pc-windows-msvc", artifact: "armatak.dll", name: "armatak.dll" } - { os: "windows-latest", target: "i686-pc-windows-msvc", artifact: "armatak.dll" }
- { os: "windows-latest", target: "x86_64-pc-windows-msvc", artifact: "armatak.dll", name: "armatak_x64.dll" } - { os: "windows-latest", target: "x86_64-pc-windows-msvc", artifact: "armatak.dll" }
- { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", artifact: "libarmatak.so", name: "armatak.so" } - { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", artifact: "libarmatak.so" }
runs-on: ${{ matrix.os_target.os }} runs-on: ${{ matrix.os_target.os }}
steps: steps:
- name: Checkout Repo - name: Checkout Repo

View File

@@ -1,4 +1,4 @@
name: Publish name: Publish Beta
on: on:
push: push: