.github/workflows/prep_sources.yml
changeset 97 4dd65c75e651
parent 96 52b64ebc1970
child 98 54c0e2662dd3
--- a/.github/workflows/prep_sources.yml	Sun Aug 14 15:11:20 2022 +0200
+++ b/.github/workflows/prep_sources.yml	Sun Aug 14 16:54:43 2022 +0200
@@ -70,8 +70,11 @@
         open62541 ${{ env.open62541_revisionid }}
         EOF
 
+    - name: Tar files
+      run: tar -cvf build.tar build
+
     - name: Upload source artifact
       uses: actions/upload-artifact@v3
       with:
         name: source_package
-        path: build
+        path: build.tar