derp
Some checks failed
build / Create Release (push) Successful in 4s
build / publish (tar.gz, x86_64-unknown-linux-gnu, ubuntu-latest, linux-x86_64) (push) Failing after 18s
build / publish (zip, x86_64-pc-windows-msvc, windows-2022, windows-x86_64) (push) Has been cancelled

This commit is contained in:
2024-07-12 13:56:44 +02:00
parent 0fae253761
commit a662dca9ef

View File

@@ -76,7 +76,7 @@ jobs:
cp -rf assets ${GITHUB_WORKSPACE}/output/ cp -rf assets ${GITHUB_WORKSPACE}/output/
tar -czvf ${GITHUB_WORKSPACE}/${{ gitea.event.repository.name }}_${{ matrix.name }}.${{ matrix.archive }} -C ${GITHUB_WORKSPACE}/output/ . tar -czvf ${GITHUB_WORKSPACE}/${{ gitea.event.repository.name }}_${{ matrix.name }}.${{ matrix.archive }} -C ${GITHUB_WORKSPACE}/output/ .
- name: Upload artifacts - name: Upload artifacts
uses: gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
allowUpdates: true allowUpdates: true
files: "${{ gitea.event.repository.name }}_${{ matrix.name }}.${{ matrix.archive }}" files: "${{ gitea.event.repository.name }}_${{ matrix.name }}.${{ matrix.archive }}"