Compare commits

...

2 Commits

Author SHA1 Message Date
b6f22f8586 diff
All checks were successful
build / publish (tar.gz, x86_64-unknown-linux-gnu, ubuntu-latest, linux-x86_64, x86_64-unknown-linux-gnu) (push) Successful in 1s
build / publish (zip, x86_64-pc-windows-msvc, windows-2022, windows-x86_64, windows-2022) (push) Successful in 3s
2024-07-12 12:40:33 +02:00
aaa82bb241 derp 2024-07-12 12:40:10 +02:00

View File

@@ -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) }}