We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e253d commit 3439b8eCopy full SHA for 3439b8e
.github/workflows/publishPipeline.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: pozetroninc/github-action-get-latest-release@master
20
with:
21
repository: Star-Academy/Summer1404-SE-Team02
22
+ - name: Show folder contents
23
+ run: ls -R
24
- name: Build library and generate NuGet Package
25
run: dotnet pack -c Release -o artifacts -p:PackageVersion=${{ steps.version.outputs.release }}
26
working-directory: "PH02 - InvertedIndexIR"
0 commit comments