Skip to content

Commit

Permalink
Update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 23, 2024
1 parent cb752de commit dce65e3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
OUT_FILE_NAME: |
./sticker-convert-windows-x86_64.zip
./sticker-convert-windows-x86_64.msi
- os: macos-12
- os: macos-14
TARGET: macos-x86_64
CMD_BUILD: |
SC_COMPILE_ARCH=x86_64 python ./compile.py
Expand Down Expand Up @@ -124,20 +124,15 @@ jobs:
with:
submodules: recursive
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
allow-prereleases: true
- name: Build for ${{matrix.TARGET}}
run: ${{matrix.CMD_BUILD}}
- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit dce65e3

Please sign in to comment.