Skip to content

Commit

Permalink
Merge branch 'WorldObservationLog:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
itouakirai authored Sep 6, 2024
2 parents 7bf01f1 + 4226d71 commit df55566
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ jobs:
run: |
make
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Wrapper.x86_64
name: Wrapper.x86_64.${{ steps.vars.outputs.sha_short }}
include-hidden-files: true
path: |
rootfs
wrapper
1 change: 1 addition & 0 deletions rootfs/data/data/com.apple.android.music/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITKEEP
1 change: 1 addition & 0 deletions rootfs/dev/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITKEEP

0 comments on commit df55566

Please sign in to comment.