Skip to content

Commit

Permalink
Archive build
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier-varez committed May 19, 2024
1 parent e089bca commit 658a862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
tar -xf PlaydateSDK-2.4.2.tar.gz
- run: PLAYDATE_SDK_PATH=${{ github.workspace }}/PlaydateSDK-2.4.2 crank build --device --release
working-directory: rusty-date
- name: Archive rusty-date
uses: actions/upload-artifact@v4
with:
name: rusty-date
path: rusty-date/target/Rusty Date.pdx

cargo-deny:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 658a862

Please sign in to comment.