test release #5
@@ -183,6 +183,16 @@ jobs:
|
||||
echo "$BODY" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Zipping exports
|
||||
run: |
|
||||
# Zip Windows builds
|
||||
cd build/windows
|
||||
zip -r ../../MyGame_Windows.zip ./*
|
||||
|
||||
# Zip Linux builds
|
||||
cd ../../linux
|
||||
zip -r ../../MyGame_Linux.zip ./*
|
||||
|
||||
- name: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
@@ -193,5 +203,5 @@ jobs:
|
||||
draft: false
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
files: |
|
||||
build/windows/${{ env.EXPORT_NAME }}.exe
|
||||
build/linux/${{ env.EXPORT_NAME }}.x86_64
|
||||
build/MyGame_Windows.zip
|
||||
build/MyGame_Linux.zip
|
||||
|
||||
Reference in New Issue
Block a user