Skip to content

Commit

Permalink
update: checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed May 25, 2023
1 parent 0f966ad commit 059721c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: app-packaging
steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install Node.js and NPM
uses: actions/setup-node@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ versiontag:
compile_keepversion:
BUILD_TARGET=electron npm run build
compile: versiontag
BUILD_TARGET=electron npm run build
npm run build
compile_wsproxy:
cd ./src/wsproxy; npx webpack --config webpack.config.js
#cd ./src/wsproxy; rollup -c rollup.config.ts
Expand Down Expand Up @@ -81,7 +81,7 @@ endif # BAI_APP_SIGN_KEYCHAIN_PASSWORD
security list-keychain -d user -s login.keychain
security list-keychain -d user -s "${KEYCHAIN_NAME}"
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "" "${KEYCHAIN_NAME}"
$(eval BAI_APP_SIGN_KEYCHAIN := ${KEYCHAIN_NAME})
$(eval BAI_APP_SIGN_KEYCHAIN := ${KEYCHAIN_NAME})
echo Keychain ${KEYCHAIN_NAME} created for build
endif # BAI_APP_SIGN_KEYCHAIN_B64
endif # BAI_APP_SIGN_KEYCHAIN
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
};
globalThis.packageVersion = "23.03.0";
globalThis.buildVersion = "230525.200527";
globalThis.buildVersion = "230525.200552";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
<!-- REACT_BUNDLE_INJECTING FOR DEV-->
Expand Down
2 changes: 1 addition & 1 deletion manifest.json-E
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 8,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "23.09.0-alpha1",
"version": "23.03.0",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "23.03.0", "build": "230525.200527", "revision": "07676de0" }
{ "package": "23.03.0", "build": "230525.200552", "revision": "0f966ad6" }

0 comments on commit 059721c

Please sign in to comment.