Compare commits

..

2 Commits

Author SHA1 Message Date
ff530cc8ec re-enable linux build
All checks were successful
build / Create Release (push) Successful in 4s
build / publish (zip, x86_64-pc-windows-msvc, windows-2022, windows-x86_64) (push) Successful in 9m7s
build / publish (tar.gz, x86_64-unknown-linux-gnu, ubuntu-latest, linux-x86_64) (push) Successful in 17m16s
2024-07-13 12:57:50 +02:00
0cd8097beb name that release 2024-07-12 22:01:12 +02:00

View File

@@ -21,7 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
with:
tag_name: ${{ gitea.ref }}
release_name: "${{ gitea.event.repository.name }}-${{ gitea.ref_name }}"
release_name: "${{ gitea.event.repository.name }} ${{ gitea.ref_name }}"
draft: true
prerelease: false
publish:
@@ -36,10 +36,10 @@ jobs:
platform: windows-2022
archive: zip
name: x86_64-pc-windows-msvc
# - suffix: linux-x86_64
# platform: ubuntu-latest
# archive: tar.gz
# name: x86_64-unknown-linux-gnu
- suffix: linux-x86_64
platform: ubuntu-latest
archive: tar.gz
name: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.platform }}
steps:
- name: Dump context
@@ -84,4 +84,5 @@ jobs:
uses: akkuman/gitea-release-action@v1
with:
draft: false
name: "${{ gitea.event.repository.name }} ${{ gitea.ref_name }}"
files: "${{ gitea.event.repository.name }}-${{ gitea.ref_name }}-${{ matrix.name }}.${{ matrix.archive }}"