Skip to content

Commit 7c2053f

Browse files
committed
fix: remove upload artifact for now
1 parent 0176f0b commit 7c2053f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ jobs:
4141
zip -r9 ../mutool-layer.zip .
4242
cd ..
4343
44-
- name: Workaround for the nodejs20.x runtime
45-
run: |
46-
dnf -y install nodejs20
47-
mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
48-
ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node
49-
50-
- name: Upload the layer to the github artifact
51-
uses: actions/upload-artifact@v4
52-
with:
53-
name: mutool-layer
54-
path: mutool-layer.zip
55-
5644
- name: Login to AWS
5745
run: |
5846
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)