mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
fix: indent for release job
This commit is contained in:
16
.github/workflows/release.yaml
vendored
16
.github/workflows/release.yaml
vendored
@@ -29,11 +29,11 @@ jobs:
|
|||||||
- name: Archive EXE
|
- name: Archive EXE
|
||||||
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: >-
|
run: >-
|
||||||
gh release create ${{ github.ref_name }}
|
gh release create ${{ github.ref_name }}
|
||||||
"release.zip"
|
"release.zip"
|
||||||
--generate-notes
|
--generate-notes
|
||||||
--title "v-${{ github.ref_name }}"
|
--title "v-${{ github.ref_name }}"
|
||||||
Reference in New Issue
Block a user