Skip to content

Merge pull request #80 from mattgauf/master #26

Merge pull request #80 from mattgauf/master

Merge pull request #80 from mattgauf/master #26

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: Build
run: swift build --configuration release --arch arm64 --arch x86_64
- uses: actions/upload-artifact@v3
with:
name: wallpaper
path: |
.build/apple/Products/Release/wallpapper
.build/apple/Products/Release/wallpapper-exif