Compare commits

..

No commits in common. "31f5e3938c154171f3d5ef5efebee235ae4ab3b9" and "0c46adc68b79987622461741637f3bb044e02807" have entirely different histories.

4 changed files with 6 additions and 7 deletions

@ -2,9 +2,8 @@ name: Build
run-name: Building with docker container.
on:
workflow_dispatch:
push:
tags:
- '*'
tags:
- *
jobs:
build:
@ -12,7 +11,7 @@ jobs:
container:
image: git.mixedup.dev/refuel/docker-cross-compiler
env:
REFUEL_API_KEY: "${{secrets.REFUEL_API_KEY}}"
QUIK_API_KEY: "${{secrets.REFUEL_API_KEY}}"
NUGET_USER_NAME: "${{vars.NUGET_USER_NAME}}"
NUGET_INDEX: "${{vars.NUGET_INDEX}}"
volumes:

@ -13,7 +13,7 @@
<!-- Nuget Properties. -->
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>ReFuel.StbImage</PackageId>
<Version>1.0.1</Version>
<Version>1.0.0</Version>
<Authors>STBI Authors, H. Utku Maden</Authors>
<Description>
A C# wrapper for the ubiquitous stb_image.h and stb_image_write.h library.

@ -1 +1 @@
Subproject commit 36660bcf380668412a79ca06c373b8af1cd24e04
Subproject commit caafc898f366d4f642c22d5ccdc940e6a25f32f0

@ -24,4 +24,4 @@ dotnet nuget add source \
-n ReFuel -u "$NUGET_USER_NAME" -p "$REFUEL_API_KEY" \
--store-password-in-clear-text \
"$NUGET_INDEX"
dotnet nuget push -s ReFuel bin/*/*.nupkg
dotnet nuget push -s ReFeul bin/*/*.nupkg