mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:03:29 +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
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
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
|
||||
with:
|
||||
name: i686-pc-windows-msvc
|
||||
- run: mv ./armatak.dll ./target/release/armatak.dll
|
||||
- name: Setup HEMTT
|
||||
uses: arma-actions/hemtt@v1
|
||||
- name: Build
|
||||
|
||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
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-url: 'https://github.com/${{ github.repository }}'
|
||||
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!
|
||||
|
||||
Reference in New Issue
Block a user