Skip to content

Commit

Permalink
Fix GitHub CI warnings for using set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ettore committed Feb 5, 2024
1 parent 8253df8 commit 84b2f0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/archive-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- release/**
- feature/**
- IOS-631/publicationBaseURL-crash
jobs:
version-check:
runs-on: macOS-13
Expand Down
8 changes: 4 additions & 4 deletions Simplified.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5014,7 +5014,7 @@
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES_ERROR;
CODE_SIGN_ENTITLEMENTS = Simplified/SimplyE.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 7262U6ST2R;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -5034,7 +5034,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.9.5;
MARKETING_VERSION = 3.9.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ld_classic",
Expand Down Expand Up @@ -5068,7 +5068,7 @@
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES_ERROR;
CODE_SIGN_ENTITLEMENTS = Simplified/SimplyE.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 7262U6ST2R;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Simplified/AppInfrastructure/Simplified-Prefix.pch";
Expand All @@ -5087,7 +5087,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.9.5;
MARKETING_VERSION = 3.9.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ld_classic",
Expand Down
6 changes: 3 additions & 3 deletions scripts/detect-app-to-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ echo "** Version / build number changes **"
echo "SimplyE: ($SIMPLYE_CHANGED)"
echo "Open eBooks: ($OPENEBOOKS_CHANGED)"

echo "::set-output name=simplye_changed::$SIMPLYE_CHANGED"
echo "::set-output name=openebooks_changed::$OPENEBOOKS_CHANGED"

# make values accessible to GitHub workflows
echo "simplye_changed=$SIMPLYE_CHANGED" >> $GITHUB_OUTPUT
echo "openebooks_changed=$OPENEBOOKS_CHANGED" >> $GITHUB_OUTPUT

0 comments on commit 84b2f0e

Please sign in to comment.