Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed Jul 21, 2024
1 parent 9ed11d5 commit de8eb4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
- name: 'linux-amd64'
platform: 'linux/amd64'
os: 'ubuntu-latest'
- name: 'linux-arm64'
platform: 'linux/arm64'
os: 'ubuntu-latest'
- name: 'windows-amd64'
platform: 'windows/amd64'
os: 'windows-latest'
- name: 'windows-arm64'
platform: 'windows/arm64'
os: 'windows-latest'
- name: 'darwin-amd64'
platform: 'darwin/amd64'
os: 'macos-latest'
Expand Down Expand Up @@ -63,7 +69,7 @@ jobs:
run: wails build

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.build.name }}
path: build/bin/*

0 comments on commit de8eb4c

Please sign in to comment.