Skip to content

Commit

Permalink
Add test logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Feb 20, 2024
1 parent 6bc891b commit 48aa5e9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
-p:DebugType=None -p:DebugSymbols=false \
--self-contained true -p:IncludeNativeLibrariesForSelfExtract=true \
-p:EnableCompressionInSingleFile=true
pwd
ls -R build
cd $OUTPUT_DIR
FILENAME=$(ls hbs*)
SUFFIX=${FILENAME#hbs}
Expand All @@ -79,13 +81,15 @@ jobs:
-p:PublishReadyToRun=true -p:PublishSingleFile=true \
-p:DebugType=None -p:DebugSymbols=false \
--self-contained false -p:IncludeNativeLibrariesForSelfExtract=true
cd $OUTPUT_DIR
FILENAME=$(ls hbs*)
SUFFIX=${FILENAME#hbs}
NEW_FILENAME="hbs_${RID}_dotnet${SUFFIX}"
mv -- "$FILENAME" "$NEW_FILENAME"
zip -j hbs_${RID}_dotnet.zip $NEW_FILENAME
rm $NEW_FILENAME
pwd
ls -R build
# cd $OUTPUT_DIR
# FILENAME=$(ls hbs*)
# SUFFIX=${FILENAME#hbs}
# NEW_FILENAME="hbs_${RID}_dotnet${SUFFIX}"
# mv -- "$FILENAME" "$NEW_FILENAME"
# zip -j hbs_${RID}_dotnet.zip $NEW_FILENAME
# rm $NEW_FILENAME
- name: Upload Framework Dependent artifact (${{ matrix.rid }})
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
Expand Down

0 comments on commit 48aa5e9

Please sign in to comment.