Skip to content

Commit

Permalink
32bit build action script get updated to the zxunge's code
Browse files Browse the repository at this point in the history
  • Loading branch information
asmwarrior committed Sep 23, 2024
1 parent 7ad54b9 commit 39968c8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,23 @@ jobs:
base-devel
zip
git
p7zip
mingw-w64-i686-hunspell
mingw-w64-i686-boost
- name: build codeblocks
id: build
shell: msys2 {0}
run: .ci/build.sh

- uses: actions/upload-artifact@v4
run: |
.ci/build.sh
7zr a -mx9 -mqs=on -mmt=on /opt/codeblocks.7z /opt/codeblocks/*
- uses: ncipollo/release-action@v1
with:
name: codeblocks
path: D:\msys64\opt\codeblocks
allowUpdates: true
tag: ${{ steps.build.outputs.RELEASE_TAG }}
name: ${{ steps.build.outputs.RELEASE_NAME }}
artifacts: "D:/msys64/opt/codeblocks.7z"
body: |
This is ${{ steps.build.outputs.RELEASE_NAME }}. Please read the instructions first.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 39968c8

Please sign in to comment.