mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
trying to make dlls work on actions
This commit is contained in:
5
.github/workflows/pack_early.yaml
vendored
5
.github/workflows/pack_early.yaml
vendored
@@ -39,14 +39,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: x86_64-pc-windows-msvc
|
name: x86_64-pc-windows-msvc
|
||||||
- run: mv ./armatak.dll ./armatak_x64.dll
|
- run: mv ./armatak.dll ./target/release/armatak_x64.dll
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: i686-pc-windows-msvc
|
name: i686-pc-windows-msvc
|
||||||
|
- run: mv ./armatak.dll ./target/release/armatak.dll
|
||||||
- name: Setup HEMTT
|
- name: Setup HEMTT
|
||||||
uses: arma-actions/hemtt@v1
|
uses: arma-actions/hemtt@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
username: ARMATAK
|
username: ARMATAK
|
||||||
avatar-url: https://media.githubusercontent.com/media/${{ github.repository }}/main/files/picture.png
|
avatar-url: https://media.githubusercontent.com/media/${{ github.repository }}/main/picture.png
|
||||||
embed-title: ${{ github.repository }} Updated and Published
|
embed-title: ${{ github.repository }} Updated and Published
|
||||||
embed-url: 'https://github.com/${{ github.repository }}'
|
embed-url: 'https://github.com/${{ github.repository }}'
|
||||||
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!
|
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!
|
||||||
|
|||||||
Reference in New Issue
Block a user