Skip to content

Commit

Permalink
Meilleure description
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
1 parent 085eef8 commit c165ff3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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

0 comments on commit c165ff3

Please sign in to comment.