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

chore: Fixed CI job names #1994

Merged
merged 33 commits into from
Feb 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6ec817d
extracted 'build'
bitsandfoxes Jan 23, 2025
18b7623
pwsh as default
bitsandfoxes Jan 23, 2025
88835c8
secrets: inherit
bitsandfoxes Jan 23, 2025
b6d7165
set name
bitsandfoxes Jan 23, 2025
d4fc172
extracted smoke test project creation
bitsandfoxes Jan 23, 2025
53723b5
Merge branch 'main' into feat/ci-refactor
bitsandfoxes Jan 23, 2025
038bb05
split out android
bitsandfoxes Jan 23, 2025
3e50a42
ordering or steps
bitsandfoxes Jan 23, 2025
e25aaff
fixed artifact name
bitsandfoxes Jan 23, 2025
c07b92a
fixed naming and matrix
bitsandfoxes Jan 24, 2025
677b630
fixed artifact name in android run
bitsandfoxes Jan 24, 2025
e3d21e6
separated ios
bitsandfoxes Jan 24, 2025
a81dc29
fixed artifact name and uploading of non-mobile apps
bitsandfoxes Jan 24, 2025
fafb3d5
ios artifacts
bitsandfoxes Jan 24, 2025
3d7038a
artifact path
bitsandfoxes Jan 24, 2025
f022c62
artifact path oddness
bitsandfoxes Jan 24, 2025
2f8a52a
.
bitsandfoxes Jan 24, 2025
9116801
merge android export & compile
bitsandfoxes Jan 27, 2025
a1f5c92
export apk
bitsandfoxes Jan 27, 2025
1f2e21d
log debug symbol upload
bitsandfoxes Jan 27, 2025
cde46a1
Format code
getsentry-bot Jan 27, 2025
28e1d4f
check symbol upload
bitsandfoxes Jan 27, 2025
9486933
Merge branch 'feat/ci-refactor-1' of https://github.com/getsentry/sen…
bitsandfoxes Jan 27, 2025
d900268
revert symbol upload logging changes
bitsandfoxes Jan 28, 2025
2391cef
cleanup
bitsandfoxes Jan 28, 2025
c5ffa70
big runner and no cleaning disk space
bitsandfoxes Jan 28, 2025
0e06255
fixed naming
bitsandfoxes Jan 28, 2025
d9c190c
merged
bitsandfoxes Jan 31, 2025
64921bb
fixed merge conflicts
bitsandfoxes Jan 31, 2025
50f1048
fixed merge conflicts
bitsandfoxes Jan 31, 2025
3530398
fixed merge conflicts
bitsandfoxes Jan 31, 2025
3147d1e
Merge branch 'main' into chore/fix-workflow-names
bitsandfoxes Jan 31, 2025
e4daa10
fixed naming
bitsandfoxes Jan 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed artifact name
  • Loading branch information
bitsandfoxes committed Jan 23, 2025
commit e25aaff0d09cbfc62063ac5d91476c82287c0a85
6 changes: 3 additions & 3 deletions .github/workflows/android-smoke-test-build.yml
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ jobs:
- name: Upload test app
uses: actions/upload-artifact@v4
with:
name: testapp-${{ matrix.platform }}-${{ inputs.unity-version }}-runtime
name: testapp-android-${{ inputs.unity-version }}-runtime
if-no-files-found: error
path: test-app-runtime.tar.gz
retention-days: 14
@@ -127,7 +127,7 @@ jobs:
- name: Upload test app (build-time initialization)
uses: actions/upload-artifact@v4
with:
name: testapp-${{ matrix.platform }}-${{ inputs.unity-version }}-buildtime
name: testapp-android-${{ inputs.unity-version }}-buildtime
if-no-files-found: error
path: test-app-buildtime.tar.gz
retention-days: 14
@@ -136,7 +136,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: failed-project-${{ matrix.platform }}-${{ inputs.unity-version }}
name: failed-project-android-${{ inputs.unity-version }}
path: |
samples/IntegrationTest
!samples/IntegrationTest/Build/*_BackUpThisFolder_ButDontShipItWithYourGame