diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ed6d246..6d57c5d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,12 +1,12 @@ name: Exécutable dotnet -on: [push] +on: [ push ] jobs: build: - runs-on: ubuntu-latest - + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 - name: Mise en place de dotnet @@ -25,4 +25,6 @@ jobs: uses: softprops/action-gh-release@v2 with: files: scriptsharp/ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe - tag_name: Script \ No newline at end of file + tag_name: Script + body: Script d'installation pour les cours de la suite mobile du programme technique d'informatique du CÉGEP Édouard-Montpetit. + make_latest: true \ No newline at end of file