Skip to content

Commit

Permalink
shrink further
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 18, 2024
1 parent 4d84326 commit 99aad21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: |
echo "deb https://pkg.mxe.cc/repos/apt focal main" | sudo tee /etc/apt/sources.list.d/mxeapt.list
wget -qO- https://pkg.mxe.cc/repos/apt/client-conf/mxeapt.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/mxeapt.gpg
- name: asdf
run: |
sudo apt-get update
# from https://mxe.cc/#requirements
sudo apt-get install \
Expand Down Expand Up @@ -88,4 +86,4 @@ jobs:
tag: ${{ github.event.inputs.version }}
draft: true
prerelease: true
artifacts: "*.exe"
artifacts: build/$UID_FILENAME

0 comments on commit 99aad21

Please sign in to comment.