summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-04-23 23:58:37 +0300
committerRasmus Andersson <rasmus@notion.se>2023-04-23 23:58:37 +0300
commitc63388175e2de6f42fe51d8ee65916ebf02d139b (patch)
tree700aeb77db4d01571056b4ef6da333b31dc6585d /.github
parent4638da6350f80b30095252202235ae820f96cdb0 (diff)
downloadinter-c63388175e2de6f42fe51d8ee65916ebf02d139b.tar.xz
tooling: try to get gh actions to work
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-fonts.yml10
1 files changed, 5 insertions, 5 deletions
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 }}