Skip to content

Commit d178132

Browse files
author
Jérôme FERET
committed
try to deploy windows
1 parent cb5ee6b commit d178132

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,16 @@ jobs:
199199
with:
200200
name: windows
201201
path: KappappWin.zip
202-
202+
- name: Deploy Windows release
203+
uses: WebFreak001/deploy-nightly@v3.2.0
204+
with:
205+
upload_url: https://uploads.github.com/repos/Kappa-Dev/KappaTools/releases/308266490/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
206+
release_id: 308266490 # same as above (id can just be taken out the upload_url, it's used to find old releases)
207+
asset_path: ./KappappWin.zip # path to archive to upload
208+
asset_name: KappappWin.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
209+
asset_content_type: application/zip # required by GitHub API
210+
max_releases: 2# optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted
211+
ignore_hash: true # optional, if there is already a release associated with the repo's current commit, should we go ahead and upload the asset anyway.
203212

204213
#webapp-playwright-test:
205214
# needs: [cli-and-doc, webapp-ubuntu]

examples/benchmarks/incremental-KaSa/output/experiments_output.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
\cmidrule(lr){4-6}
88
& & \bfseries\shortstack{analysis} & \bfseries\shortstack{initial\\analysis} & \bfseries\shortstack{disable\\rules} & \bfseries\shortstack{add\\a rule}\\
99
\midrule
10-
\texttt{tgf\_v19} & 96 & 0.156 & 0.291 & 0.013 & 0.162 \\
11-
\texttt{tgf\_20180419} & 291 & 0.454 & 0.894 & 0.00512 & 0.157 \\
12-
\texttt{wnt\_20151228} & 355 & 1.14 & 1.02 & 0.0568 & 1.89 \\
13-
\texttt{wnt\_20170322} & 1469 & 5.9 & 6.68 & 0.034 & 3.45 \\
14-
\texttt{korkut\_20170113} & 3915 & 5.68 & 5.9 & 0.0774 & 1.18 \\
15-
\texttt{korkut\_20170206} & 5749 & 42 & 98.4 & 0.202 & 6.62 \\
10+
\texttt{egfr\_net} & 22 & 0.0103 & 0.019 & 0.00122 & 0.0159 \\
11+
\texttt{tgf\_20180419} & 291 & 0.497 & 0.997 & 0.00664 & 0.218 \\
12+
\texttt{wnt\_20151228} & 355 & 1.29 & 1.14 & 0.0953 & 1.86 \\
1613
\bottomrule
1714
\end{tabular}

0 commit comments

Comments
 (0)