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 4042ad0 commit ab073d3Copy full SHA for ab073d3
.github/workflows/pre-release.yml
@@ -20,7 +20,7 @@ jobs:
20
token: ${{ secrets.BOT_TOKEN }}
21
run: ./scripts/build.sh
22
23
- = name: Zip Modules
+ - name: Zip Modules
24
run: |
25
zip -j interface2020.zip out20/*
26
zip -j interface2024.zip out24/*
.github/workflows/release.yml
@@ -15,20 +15,6 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- - name: Install LLVM and Clang
19
- uses: KyleMayes/[email protected]
- with:
- version: "17.0.6"
-
- - name: Cache cargo-msfs
- uses: actions/cache@v4
- path: ~\.cargo\bin
27
- key: ${{ runner.os }}-cargo-msfs
28
29
- - name: Setup
30
- run: npm run setup
31
32
- name: Build WASM module
33
run: npm run build:wasm-workflow
34
0 commit comments