Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename/Restructure Windows Release Artifact #3591

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

felixhandte
Copy link
Contributor

https://github.com/facebook/zstd/releases/tag/v1.5.0 describes the structure we want to adhere to. This commit tries to accomplish that automatically, so we can avoid manual fixups on future releases.

https://github.com/facebook/zstd/releases/tag/v1.5.0 describes the structure
we want to adhere to. This commit tries to accomplish that automatically, so
we can avoid manual fixups on future releases.
@felixhandte
Copy link
Contributor Author

felixhandte commented Apr 3, 2023

See https://github.com/felixhandte/zstd/actions/runs/4600627940 for example run, which produces:

$ unzip -l zstd-v1.5.5-win64.zip
Archive:  zstd-v1.5.5-win64.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2023-04-03 19:44   zstd-v1.5.5-win64/
     2956  2023-04-03 19:36   zstd-v1.5.5-win64/README.md
        0  2023-04-03 19:44   zstd-v1.5.5-win64/dll/
  1251019  2023-04-03 19:39   zstd-v1.5.5-win64/dll/libzstd.dll
   124752  2023-04-03 19:39   zstd-v1.5.5-win64/dll/libzstd.dll.a
        0  2023-04-03 19:44   zstd-v1.5.5-win64/example/
     1473  2023-04-03 19:36   zstd-v1.5.5-win64/example/Makefile
     6191  2023-04-03 19:36   zstd-v1.5.5-win64/example/datagen.c
     1196  2023-04-03 19:36   zstd-v1.5.5-win64/example/datagen.h
     4876  2023-04-03 19:36   zstd-v1.5.5-win64/example/error_private.h
     1269  2023-04-03 19:36   zstd-v1.5.5-win64/example/fullbench-dll.sln
    10105  2023-04-03 19:36   zstd-v1.5.5-win64/example/fullbench-dll.vcxproj
    36035  2023-04-03 19:36   zstd-v1.5.5-win64/example/fullbench.c
    13278  2023-04-03 19:36   zstd-v1.5.5-win64/example/mem.h
     8935  2023-04-03 19:36   zstd-v1.5.5-win64/example/platform.h
    12833  2023-04-03 19:36   zstd-v1.5.5-win64/example/util.h
   212896  2023-04-03 19:36   zstd-v1.5.5-win64/example/xxhash.h
    13342  2023-04-03 19:36   zstd-v1.5.5-win64/example/zstd_internal.h
        0  2023-04-03 19:44   zstd-v1.5.5-win64/include/
   171378  2023-04-03 19:36   zstd-v1.5.5-win64/include/zstd.h
        0  2023-04-03 19:44   zstd-v1.5.5-win64/static/
  1117022  2023-04-03 19:39   zstd-v1.5.5-win64/static/libzstd_static.lib
  1545981  2023-04-03 19:40   zstd-v1.5.5-win64/zstd.exe
---------                     -------
  4535537                     23 files

@felixhandte felixhandte merged commit 2b71b79 into facebook:dev Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants