From c63388175e2de6f42fe51d8ee65916ebf02d139b Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 23 Apr 2023 13:58:37 -0700 Subject: tooling: try to get gh actions to work --- .github/workflows/build-fonts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-fonts.yml b/.github/workflows/build-fonts.yml index e896d3cf1..5dbc50f02 100644 --- a/.github/workflows/build-fonts.yml +++ b/.github/workflows/build-fonts.yml @@ -82,11 +82,11 @@ jobs: uses: actions/upload-artifact@v3 with: path: | - "${{ env.inter_zip }}" - "${{ env.inter_zip_extras }}" + ${{ env.inter_zip }} + ${{ env.inter_zip_extras }} retention-days: 1 - - name: Publish release (if tag) + - name: Create release (if tag) if: startsWith(github.ref, 'refs/tags/v') uses: softprops/action-gh-release@v1 with: @@ -94,5 +94,5 @@ jobs: name: "${{ env.inter_version }}" body: "This release was automatically created" files: | - "${{ env.inter_zip }}" - "${{ env.inter_zip_extras }}" + ${{ env.inter_zip }} + ${{ env.inter_zip_extras }} -- cgit v1.2.3