Skip to content

Commit

Permalink
fix: remove upload artifact for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Oct 25, 2024
1 parent 0176f0b commit 7c2053f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ jobs:
zip -r9 ../mutool-layer.zip .
cd ..
- name: Workaround for the nodejs20.x runtime
run: |
dnf -y install nodejs20
mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node
- name: Upload the layer to the github artifact
uses: actions/upload-artifact@v4
with:
name: mutool-layer
path: mutool-layer.zip

- name: Login to AWS
run: |
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 7c2053f

Please sign in to comment.