Skip to content

Commit

Permalink
Change WMP to multi-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
skellytz committed Oct 27, 2024
1 parent d81931c commit 3f06545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/WeiduModPackager.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WeiDU Mod Packager by Argent77
# See: https://github.com/InfinityTools/WeiduModPackager

name: 'WeiDU Mod Packager (iemod; multi-platform: x86-legacy; use git release tag name as suffix)'
name: 'WeiDU Mod Packager (iemod; multi-platform: amd64; use git release tag name as suffix)'

on:
release:
Expand All @@ -20,6 +20,6 @@ jobs:
uses: InfinityTools/WeiduModPackagerLibrary/.github/workflows/WeiduModPackagerLibrary.yml@master
with:
type: ${{ matrix.type }}
architecture: x86-legacy
architecture: amd64
suffix: ${{ github.event.release.tag_name }}
naming: tp2

0 comments on commit 3f06545

Please sign in to comment.