Skip to content

Commit

Permalink
ci: update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supersunho committed Jan 24, 2025
1 parent a88711d commit 8bf26e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:
strip --strip-debug --strip-unneeded ./prepackage/libUE4SS.so
cd ./prepackage && objcopy --add-gnu-debuglink=libUE4SS.so.debug ./libUE4SS.so && ls -al && cd ..
cp -r ./assets/Mods ./prepackage
- name: Generate unique tag
run: echo "tag_name=${{ matrix.arch }}-$(date +'%Y%m%dT%H%M')" >> $GITHUB_ENV

- name: Archive build output
run: zip -r UE4SS-${{ matrix.arch }}.zip ./prepackage
Expand All @@ -168,8 +170,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: UE4SS-${{ matrix.arch }}
release_name: UE4SS-${{ matrix.arch }}
tag_name: ${{ env.tag_name }}
release_name: UE4SS-${{ env.tag_name }}
body: "Build from ${{ matrix.arch }}"
draft: false
prerelease: false
Expand Down

0 comments on commit 8bf26e4

Please sign in to comment.