Compare commits
2 Commits
79ea3fb0e9
...
b6f22f8586
Author | SHA1 | Date | |
---|---|---|---|
b6f22f8586 | |||
aaa82bb241 |
@@ -20,7 +20,7 @@ jobs:
|
||||
include:
|
||||
- target: windows-2022
|
||||
suffix: windows-x86_64
|
||||
platform: windows-latest
|
||||
platform: windows-2022
|
||||
archive: zip
|
||||
name: x86_64-pc-windows-msvc
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
@@ -34,6 +34,8 @@ jobs:
|
||||
run: |
|
||||
echo "$env:GITHUB_CONTEXT"
|
||||
echo "$env:GITEA_CONTEXT"
|
||||
echo "$GITHUB_CONTEXT"
|
||||
echo "$GITEA_CONTEXT"
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
GITEA_CONTEXT: ${{ toJson(gitea) }}
|
||||
|
Reference in New Issue
Block a user