Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Feb 12, 2023
1 parent 5b81724 commit 050114a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ jobs:
[xml]$manifest = get-content ".\$env:UwpProjectDirectory\Package.appxmanifest"
$manifest.Package.Identity.Name = "FinolDigitalLLC.CardGameSimulator"
$manifest.Package.Identity.Publisher = "CN=BBF9912B-079E-4CCE-A441-0D6EA6798115"
$manifest.Package.mp:PhoneIdentity.PhoneProductId = "833d30e8-ff14-43bd-b090-1eda8a4c3116"
# $manifest.Package.mp:PhoneIdentity.PhoneProductId = "833d30e8-ff14-43bd-b090-1eda8a4c3116"
$manifest.save(".\$env:UwpProjectDirectory\Package.appxmanifest")
echo ".\$env:UwpProjectDirectory\Package.appxmanifest"
cat ".\$env:UwpProjectDirectory\Package.appxmanifest"
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "fastlane"
gem 'fastlane-plugin-github_action', git: "https://github.com/joshdholtz/fastlane-plugin-github_action" # The published gem is missing necessary changes, so we need to link directly to the git repo
gem "cocoapods"
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/joshdholtz/fastlane-plugin-github_action
revision: 5cfdcb334fdf603409e94b09b6b10ab472f2ea35
specs:
fastlane-plugin-github_action (1.1.0)
dotenv
fastlane (>= 2.148.1)
rbnacl
sshkey

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -223,6 +233,8 @@ GEM
plist (3.6.0)
public_suffix (4.0.7)
rake (13.0.6)
rbnacl (7.1.1)
ffi
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -242,6 +254,7 @@ GEM
simctl (1.6.8)
CFPropertyList
naturally
sshkey (2.0.0)
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -285,6 +298,7 @@ PLATFORMS
DEPENDENCIES
cocoapods
fastlane
fastlane-plugin-github_action!

BUNDLED WITH
2.3.8

0 comments on commit 050114a

Please sign in to comment.