Skip to content

Commit

Permalink
chore: bump submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherID committed Nov 25, 2024
1 parent 65aceb3 commit a447263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
SEAL_TRUSTED_PRIVATE_KEY: ${{ secrets.SEAL_TRUSTED_PRIVATE_KEY }}
working-directory: ./sealdice-core
run: |
go build -o "output/sealdice-core" -trimpath -ldflags "-s -w -X sealdice-core/dice.VERSION_PRERELEASE=-beta -X sealdice-core/dice.VERSION_BUILD_METADATA=+${CUR_TIME}.${COMMIT_ID::7} -X sealdice-core/dice.APP_CHANNEL=beta -X 'sealdice-core/dice.DefaultSignUrl=${NT_SIGN_URL}' -X 'sealdice-core/dice.SealTrustedClientPrivateKey=${SEAL_TRUSTED_PRIVATE_KEY}'" .
go build -tags "android" -o "output/sealdice-core" -trimpath -ldflags "-s -w -X sealdice-core/dice.VERSION_PRERELEASE=-beta -X sealdice-core/dice.VERSION_BUILD_METADATA=+${CUR_TIME}.${COMMIT_ID::7} -X sealdice-core/dice.APP_CHANNEL=beta -X 'sealdice-core/dice.DefaultSignUrl=${NT_SIGN_URL}' -X 'sealdice-core/dice.SealTrustedClientPrivateKey=${SEAL_TRUSTED_PRIVATE_KEY}'" .
- name: Upload Core
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion sealdice-core
Submodule sealdice-core updated 2 files
+41 −30 api/deck.go
+33 −24 api/js.go
2 changes: 1 addition & 1 deletion sealdice-ui

0 comments on commit a447263

Please sign in to comment.