Skip to content

Commit

Permalink
ci: update CI x2
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Feb 10, 2024
1 parent 7286eb4 commit 2f00d9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,22 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v4

- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build Native Executable
run: gradlew nativeCompile

- name: Upload EncryptMyPack.exe
uses: actions/upload-artifact@v2
if: success()
Expand Down

0 comments on commit 2f00d9e

Please sign in to comment.