We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ebb86 commit fbd2a97Copy full SHA for fbd2a97
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Release cynthiaweb-mini
2
3
on:
4
push:
5
- tags:
6
- - "v*"
+# tags:
+# - "v*"
7
8
permissions:
9
contents: write
@@ -45,11 +45,13 @@ jobs:
45
- uses: actions/checkout@v4
46
- uses: oven-sh/setup-bun@v2
47
- uses: gleam-lang/setup-gleam@v1.0.2
48
- if: runner.os != 'Windows'
+ if: runner.os != 'windows'
49
with:
50
gleam-version: "1.9.1"
51
+ - uses: Cyberboss/install-winget@v1
52
+ if: runner.os == 'windows'
53
- name: Install Gleam on Windows
- if: runner.os == 'Windows'
54
55
run: |
56
winget install gleam.gleam -s winget
57
- name: Build and bundle
0 commit comments