Skip to content

Commit d7f6b76

Browse files
committed
examples artifact problem
1 parent 2fd09a4 commit d7f6b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
tar -czvf "user-sync-examples.tar.gz" examples
241241
- uses: actions/upload-artifact@v4
242242
with:
243-
name: examples
243+
name: examples-tar
244244
path: user-sync-examples.tar.gz
245245
retention-days: 30
246246

@@ -271,6 +271,6 @@ jobs:
271271
uses: battila7/get-version-action@v2
272272
- uses: AButler/[email protected]
273273
with:
274-
files: 'examples/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu-focal/*;ubuntu-focal-noext/*;rocky/*;rocky-noext/*'
274+
files: 'examples/*;examples-tar/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu-focal/*;ubuntu-focal-noext/*;rocky/*;rocky-noext/*'
275275
repo-token: ${{ secrets.GITHUB_TOKEN }}
276276
release-tag: ${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)