Skip to content

Commit a140244

Browse files
committed
remove release stuff
1 parent 259652c commit a140244

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/makecode-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [18.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
@@ -37,10 +37,9 @@ jobs:
3737
makecode
3838
- name: copy files
3939
run: |
40-
cp ./built/binary.js ./assets/js/binary.js
41-
cp ./built/n3/binary.hex ./assets/microcode.hex
40+
cp ./built/binary.hex ./assets/microcode.hex
4241
- name: upload modified assets
4342
uses: stefanzweifel/git-auto-commit-action@v4
4443
with:
45-
file_pattern: "assets/* _includes/*"
44+
file_pattern: "assets/*"
4645
branch: main

.github/workflows/makecode.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737
- name: build hex file
3838
run: |
3939
makecode
40-
- name: copy files
41-
run: |
42-
cp ./built/binary.hex ./assets/microcode.hex
43-
- name: upload modified assets
44-
uses: stefanzweifel/git-auto-commit-action@v4
45-
with:
46-
file_pattern: "assets/*"
47-
branch: main

0 commit comments

Comments
 (0)