Skip to content

Commit

Permalink
update version, fix release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bepvte committed Apr 7, 2024
1 parent 9bea45f commit b73de2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,12 @@ jobs:
DEVELOPER_DIR=/Applications/Xcode_12.4.app/Contents/Developer make clean package FINALPACKAGE=1
DEVELOPER_DIR=/Applications/Xcode_12.4.app/Contents/Developer make clean package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
DEVELOPER_DIR=/Applications/Xcode_11.7.app/Contents/Developer make clean package FINALPACKAGE=1
cd packages
zip -yr9 Orion_${{ steps.setup.outputs.version }}.zip *
cd ..
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/orion/packages/*
tag_name: ${{ github.ref }}
release_name: ${{ steps.setup.outputs.version }}
name: ${{ steps.setup.outputs.version }}
body: ''
draft: true
prerelease: false
- name: Upload Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/orion/packages/Orion_${{ steps.setup.outputs.version }}.zip
asset_name: Orion_${{ steps.setup.outputs.version }}.zip
asset_content_type: application/zip
4 changes: 2 additions & 2 deletions Orion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
MODULEMAP_FILE = Orion/module.modulemap;
OTHER_LDFLAGS = "-weak-lsubstrate";
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;
Expand Down Expand Up @@ -655,7 +655,7 @@
"$(PROJECT_DIR)/Sources/CydiaSubstrate/lib/lib$(EFFECTIVE_PLATFORM_NAME)",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
MODULEMAP_FILE = Orion/module.modulemap;
OTHER_LDFLAGS = "-weak-lsubstrate";
PRODUCT_BUNDLE_IDENTIFIER = dev.theos.orion;
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dev.theos.orion${SUBPKG_ID}
Name: Orion (${SUBPKG_NAME})
Depends: ${SUBPKG_FW}, mobilesubstrate (>= 0.9.5000)
Version: 1.0.1
Version: 1.0.2
Provides: dev.theos.orion (= ${PKG_VERSION})
Architecture: iphoneos-arm
Description: Runtime for tweaks built using Orion and Swift
Expand Down

0 comments on commit b73de2a

Please sign in to comment.