Skip to content

Commit 3f7098f

Browse files
author
Артем
committed
1. Update CI. Change to bash interpretator and run command in ci
1 parent f75fa23 commit 3f7098f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: chmod +x pack.sh
3131

3232
- name: Generate NuGet package
33-
run: pack.sh
33+
run: bash pack.sh
3434

3535
- name: Publish package in GitHub
3636
run: dotnet nuget push ./artifacts/packages/Release/GitHub/*.nupkg --api-key ${{ secrets.PUSH_GITHUB }} --source https://nuget.pkg.github.com/t1moH1ch/index.json

pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
for file in $(find ./src/ -maxdepth 2 -name '*.csproj')
44
do

0 commit comments

Comments
 (0)