Skip to content

Commit

Permalink
Ok je sais où je suis maintenant!
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
1 parent 50c97f9 commit a49d8db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
source-url: https://nuget.pkg.github.com/departement-info-cem/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run : pwd && ls
- name: Installer les dépendances
working-directory: ./scriptsharp
run: dotnet restore
Expand All @@ -25,5 +24,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe
files: scriptsharp/ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe
tag_name: Script

0 comments on commit a49d8db

Please sign in to comment.