Compare commits
4 Commits
0c46adc68b
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 03ac61a4d2 | |||
| 9dcd5e56fa | |||
| 018f195000 | |||
| 13ea2941da |
@@ -2,8 +2,9 @@ name: Build
|
||||
run-name: Building with docker container.
|
||||
on:
|
||||
workflow_dispatch:
|
||||
tags:
|
||||
- *
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -11,7 +12,7 @@ jobs:
|
||||
container:
|
||||
image: git.mixedup.dev/refuel/docker-cross-compiler
|
||||
env:
|
||||
QUIK_API_KEY: "${{secrets.REFUEL_API_KEY}}"
|
||||
REFUEL_API_KEY: "${{secrets.REFUEL_API_KEY}}"
|
||||
NUGET_USER_NAME: "${{vars.NUGET_USER_NAME}}"
|
||||
NUGET_INDEX: "${{vars.NUGET_INDEX}}"
|
||||
volumes:
|
||||
|
||||
@@ -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 ReFeul bin/*/*.nupkg
|
||||
dotnet nuget push -s ReFuel bin/*/*.nupkg
|
||||
|
||||
Reference in New Issue
Block a user