This commit is contained in:
Print3M
2025-11-11 16:15:14 +01:00
parent e913ba513f
commit 121736b732
2 changed files with 4 additions and 9 deletions
+4 -6
View File
@@ -47,7 +47,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release delete 0.1.1 --cleanup-tag --yes || echo "No release or tag found for 0.1.1"
gh release delete 1.0.0 --cleanup-tag --yes || echo "No release or tag found for 1.0.0"
- name: Create Release
id: create_release
@@ -55,12 +55,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 0.1.1
release_name: EPIC 0.1.1
tag_name: 1.0.0
release_name: EPIC 1.0.0
body: |
- Initial template improved
- `pic-link -a / --all-modules` flag implemented
- General stability improved
- Official release!
draft: false
prerelease: false
-3
View File
@@ -1,8 +1,5 @@
# EPIC
> [!WARNING]
> **Beta Testing Stage** This repository is currently in beta. Expect bugs, incomplete features, and breaking changes. Use at your own risk.
EPIC (*Extensible Position Independent Code*) PIC shellcode development and building toolkit designed for developer experience, predictability, and modularity. *Write code, EPIC will take care of the rest!*
![EPIC flow chart](_img/img-1.jpg)