Skip to content

Commit

Permalink
La super release à po
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
1 parent e6e95e4 commit e487607
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dotnet executable
name: Exécutable dotnet

on: [push]

Expand All @@ -21,9 +21,7 @@ jobs:
run: dotnet restore
- run: dotnet publish --configuration Release -r win-x64 -p:PublishSingleFile=true --self-contained true
working-directory: ./scriptsharp
# - name: Créer le package
# working-directory: ./scriptsharp
# run: dotnet pack --configuration Release ScriptSharp
- name: Publier le package vers GitHub Package Registry (GPR)
working-directory: ./scriptsharp
run: dotnet nuget push ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe --api-key ${{secrets.GITHUB_TOKEN }} --skip-duplicate
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe

0 comments on commit e487607

Please sign in to comment.