fix
This commit is contained in:
@@ -185,13 +185,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Zipping exports
|
- name: Zipping exports
|
||||||
run: |
|
run: |
|
||||||
# Zip Windows builds
|
zip -r windows-${{ steps.changelog.outputs.version }}.zip build/windows
|
||||||
cd build/windows
|
zip -r linux-${{ steps.changelog.outputs.version }}.zip build/linux
|
||||||
zip -r windows-${{ steps.changelog.outputs.version }}.zip ./*
|
|
||||||
|
|
||||||
# Zip Linux builds
|
|
||||||
cd ../../linux
|
|
||||||
zip -r linux-${{ steps.changelog.outputs.version }}.zip ./*
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
@@ -203,5 +198,5 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
build/windows-${{ steps.changelog.outputs.version }}.zip
|
windows-${{ steps.changelog.outputs.version }}.zip
|
||||||
build/linux-${{ steps.changelog.outputs.version }}.zip
|
linux-${{ steps.changelog.outputs.version }}.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user