diff --git a/.gitea/workflows/gendiff.yml b/.gitea/workflows/gendiff.yml index c1467a8..3d9071f 100644 --- a/.gitea/workflows/gendiff.yml +++ b/.gitea/workflows/gendiff.yml @@ -6,7 +6,7 @@ on: - main jobs: - build: + gendiff: runs-on: ubuntu-latest steps: - name: Checkout @@ -22,10 +22,10 @@ jobs: sed -i 's/src\/common\/units\/names_ships\/CHI_ship_names.txt//g' diff sed -i 's/src\/common\/on_actions\/00_navy_rework.txt//g' diff zip archive.zip $(sed '/^$/d' diff) - - name: Upload - uses: https://gitea.com/actions/gitea-release-action@v1 - with: - files: |- - archive.zip - api_key: '${{ secrets.GITHUB_TOKEN }}' - tag_name: 'Diff' \ No newline at end of file + - name: Upload + uses: https://gitea.com/actions/gitea-release-action@v1 + with: + files: |- + archive.zip + api_key: '${{ secrets.GITHUB_TOKEN }}' + tag_name: 'Diff' \ No newline at end of file