Skip to content

Commit

Permalink
use PACLET_PATH and disable check for Build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sw1sh committed Jan 17, 2024
1 parent a4dcc07 commit 72c3de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
uses: WolframResearch/[email protected]
with:
target: Submit
check: false
paclet_cicd_version: 0.36.0
definition_notebook: ./QuantumFramework/ResourceDefinition.nb
resource_system_base: https://www.wolframcloud.com/obj/resourcesystem/api/1.0
- run: wolframscript -code "CloudConnect[\"[email protected]\", \"${{ secrets.WQF_PASSWORD }}\"]; CopyFile[\"${{env.PACLET_FILE}}\", CloudObject[\"QuantumFramework.paclet\", Permissions -> \"Public\"], OverwriteTarget -> True]"
- run: wolframscript -code "CloudConnect[\"[email protected]\", \"${{ secrets.WQF_PASSWORD }}\"]; CopyFile[\"${{env.PACLET_PATH}}\", CloudObject[\"QuantumFramework.paclet\", Permissions -> \"Public\"], OverwriteTarget -> True]"

0 comments on commit 72c3de4

Please sign in to comment.